summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* cgroups: add cgroup support for enabling controllers at boot timePaul Menage2008-04-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-041-1/+1
|\
| * x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-1/+1
* | libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo2008-04-041-1/+2
* | libata: uninline atapi_cmd_type()Tejun Heo2008-04-041-21/+1
|/
* kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger2008-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-021-4/+8
|\
| * net: Comment dev_kfree_skb_irq and dev_kfree_skb_any betterMatti Linnanvuori2008-03-281-2/+4
| * [NET]: Use local_irq_{save,restore}() in napi_complete().David S. Miller2008-03-271-2/+4
* | cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi2008-04-021-0/+3
* | Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-2/+3
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-301-1/+1
|\ \
| * | libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo2008-03-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-03-301-1/+1
|\ \ \
| * | | ide: fix defining SUPPORT_VLB_SYNCBartlomiej Zolnierkiewicz2008-03-291-1/+1
| |/ /
* | | dma_page_list ->base_address is a userland pointerAl Viro2008-03-301-1/+1
* | | compat_sys_wait4() prototype misannotationAl Viro2008-03-301-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-281-1/+1
|\ \
| * | [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-1/+0
| * | [PATCH] count ghost references to vfsmountsAl Viro2008-03-271-0/+1
* | | ext3: don't export ext3_fs.h and jbd.hChristoph Hellwig2008-03-281-2/+0
* | | kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison2008-03-281-0/+40
* | | in_atomic(): document why it is unsuitable for general useJonathan Corbet2008-03-281-0/+7
* | | lguest: comment documentation update.Rusty Russell2008-03-281-1/+5
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video'...Len Brown2008-03-261-2/+2
|\ \ \ \
| * | | | cpuidle: fix cpuidle time and usage overflowYi Yang2008-03-261-2/+2
| |/ / /
* | | | NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-261-0/+6
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-242-1/+6
|\ \ \
| * | | USB: add support for Motorola ROKR Z6 cellphone in mass storage modeConstantin Baranov2008-03-241-1/+3
| * | | USB: new quirk flag to avoid Set-InterfaceAlan Stern2008-03-241-0/+3
* | | | PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton2008-03-241-4/+0
|/ / /
* | | libata: implement ata_qc_raw_nbytes()Tejun Heo2008-03-241-1/+7
* | | PNP: increase the number of PnP memory resources from 12 to 24Darren Salt2008-03-221-1/+1
* | | sched: add arch_update_cpu_topology hook.Heiko Carstens2008-03-211-0/+2
* | | sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens2008-03-211-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-212-5/+5
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-1747-184/+484
| |\ \ | | |/
| * | [IPV4]: ipv4_is_lbcast() misannotationsAl Viro2008-03-171-1/+1
| * | [PKT_SCHED]: annotate cls_u32Al Viro2008-03-171-4/+4
* | | file capabilities: remove cap_task_kill()Serge Hallyn2008-03-201-2/+1
* | | memstick: automatically retrieve "INT" value from command responseAlex Dubov2008-03-191-1/+0
* | | fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-9/+2
* | | rcu: fix misplaced mb() in rcu_enter/exit_nohz()Paul E. McKenney2008-03-191-2/+2
* | | sched: tune multi-core idle balancingIngo Molnar2008-03-191-1/+0
* | | sched: improve affine wakeupsIngo Molnar2008-03-191-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-182-99/+0
|\ \ \ | |_|/ |/| |
| * | The ps2esdi driver was marked as BROKEN more than two years ago due to beingAdrian Bunk2008-03-172-99/+0
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-171-0/+2
|\ \ \
| * | | devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-171-0/+2
| |/ /
* | | virtio: fix race in enable_cbChristian Borntraeger2008-03-171-2/+3
|/ /
OpenPOWER on IntegriCloud