aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-21Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-21Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-04-19IB: convert struct class_device to struct deviceTony Jones
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki
2008-04-19Firmware: add iSCSI iBFT SupportKonrad Rzeszutek
2008-04-19Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman
2008-04-19PM: Convert wakeup flag accessors to inline functionsAlan Stern
2008-04-19PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern
2008-04-19PM: Handle device registrations during suspend/resumeRafael J. Wysocki
2008-04-19sysfs: small header file cleanup for SYSFS=nDavid Rientjes
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches
2008-04-19driver core: memory: semaphore to mutexDaniel Walker
2008-04-19avr32: add include/asm-avr32/serial.hAdrian Bunk
2008-04-19add include/asm-avr32/xor.hAdrian Bunk
2008-04-19avr32: Generic clockevents supportDavid Brownell
2008-04-19avr32: Move sleep code into mach-at32apHaavard Skinnemoen
2008-04-19avr32: Use constants from sysreg.h in asm.hHaavard Skinnemoen
2008-04-19avr32: Delete mostly unused header asm/intc.hHaavard Skinnemoen
2008-04-19avr32: pass i2c board info through at32_add_device_twiBen Nizette
2008-04-19avr32: cleanup - use _AC macro to define PAGE_SIZECyrill Gorcunov
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis
2008-04-19cpumask: add show cpu map functionsMike Travis
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-04-19time: add ns_to_ktime()Ingo Molnar