summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds24-163/+218
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds11-253/+358
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds1-0/+16
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds19-22/+6
2008-04-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds106-1326/+3745
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds15-78/+144
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds18-426/+308
2008-04-22Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-1/+63
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-20/+170
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young1-0/+16
2008-04-20SCSI: convert struct class_device to struct deviceTony Jones12-55/+55
2008-04-20IB: convert struct class_device to struct deviceTony Jones1-1/+1
2008-04-20memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-1/+1
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki4-41/+3
2008-04-20Firmware: add iSCSI iBFT SupportKonrad Rzeszutek1-0/+50
2008-04-20Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman1-2/+1
2008-04-20PM: Convert wakeup flag accessors to inline functionsAlan Stern3-45/+94
2008-04-20PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern1-15/+21
2008-04-20PM: Handle device registrations during suspend/resumeRafael J. Wysocki1-0/+1
2008-04-20sysfs: small header file cleanup for SYSFS=nDavid Rientjes1-7/+2
2008-04-20driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches2-14/+7
2008-04-20driver core: memory: semaphore to mutexDaniel Walker1-3/+2
2008-04-20avr32: add include/asm-avr32/serial.hAdrian Bunk1-0/+13
2008-04-20add include/asm-avr32/xor.hAdrian Bunk1-0/+6
2008-04-20avr32: Generic clockevents supportDavid Brownell1-112/+0
2008-04-20avr32: Move sleep code into mach-at32apHaavard Skinnemoen1-0/+48
2008-04-20avr32: Use constants from sysreg.h in asm.hHaavard Skinnemoen1-4/+4
2008-04-20avr32: Delete mostly unused header asm/intc.hHaavard Skinnemoen2-128/+5
2008-04-20avr32: pass i2c board info through at32_add_device_twiBen Nizette1-1/+4
2008-04-20avr32: cleanup - use _AC macro to define PAGE_SIZECyrill Gorcunov1-5/+3
2008-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen2-3/+23
2008-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen1-0/+252
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2-0/+4
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra1-0/+1
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-0/+1
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto4-4/+25
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra1-0/+3
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani1-1/+1
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis1-4/+11
2008-04-19cpumask: add show cpu map functionsMike Travis1-6/+11
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-3/+9
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis1-0/+6
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis2-43/+8
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-1/+1
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis1-6/+7
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis6-9/+35
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis2-0/+8
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra1-0/+7
2008-04-19time: add ns_to_ktime()Ingo Molnar1-0/+6