aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
* compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson2010-06-29
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-29
|\
| * Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2010-06-14
| |\
| | * drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2010-06-14
| * | writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-11
* | | fs: fix superblock iteration racenpiggin@suse.de2010-06-29
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-28
|\ \ \
| * | | tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-21
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-28
|\ \ \ \
| * | | | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-08
* | | | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-11
* | | | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-09
* | | | | writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-08
| |_|/ / |/| | |
* | | | ahci: add pci quirk for JMB362Tejun Heo2010-06-07
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-05
|\ \ \ \
| * | | | wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-04
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-06-05
|\ \ \ \ \
| * | | | | module: Make module sysfs functions private.Rusty Russell2010-06-04
| * | | | | module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-04
| * | | | | module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-04
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-04
|\ \ \ \ \ \
| * | | | | | sh: add boot code to MMCIF driver headerMagnus Damm2010-05-31
| * | | | | | sh: prepare MMCIF driver header fileMagnus Damm2010-05-31
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-30
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | serial: sh-sci: fix up serial DMA build.Paul Mundt2010-05-24
* | | | | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-04
|\ \ \ \ \ \ \
| * | | | | | | Add support for Westmere to i7core_edac driverVernon Mauery2010-05-18
| * | | | | | | i7core_edac: Add support for X5670Mauro Carvalho Chehab2010-05-18
| * | | | | | | i7core: add support for Lynnfield alternate addressMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core_edac: Add initial support for LynnfieldMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core_edac: PCI device is called NONCORE, instead of NOCOREMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core: fix probing on Xeon55xxMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core_edac: Adds write unlock to MC registersMauro Carvalho Chehab2010-05-10
| * | | | | | | edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-10
| * | | | | | | i7core_edac: Add an EDAC memory controller driver for Nehalem chipsetsMauro Carvalho Chehab2010-05-10
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-04
|\ \ \ \ \ \ \ \
| * | | | | | | | pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe2010-06-03
| * | | | | | | | Merge branch 'master' into for-linusJens Axboe2010-06-01
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | block: disable preemption before using sched_clock()Jens Axboe2010-06-01
| * | | | | | | | Preparing 8.3.8rc2Philipp Reisner2010-06-01
| * | | | | | | | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-01
| * | | | | | | | cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-24
* | | | | | | | | sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov2010-06-04
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-06-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-06-02
| |\ \ \ \ \ \ \
| * | | | | | | | ALSA: usb-audio: unify constants from specificationDaniel Mack2010-05-31