aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Input: input-polldev, matrix-keypad - include in kernel docDmitry Torokhov2009-11-20
* Input: input-polldev - add sysfs interface for controlling poll intervalSamu Onkalo2009-11-20
* Input: ucb1400_ts - allow passing IRQ through platfrom_dataMarek Vasut2009-11-20
* Input: add new keycodes useful in mobile devicesJani Nikula2009-11-06
* Merge commit 'v2.6.32-rc6' into nextDmitry Torokhov2009-11-06
|\
| * Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-11-03
| |\
| | * PM / yenta: Split resume into early and late parts (rev. 4)Rafael J. Wysocki2009-11-03
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-03
| |\ \ | | |/ | |/|
| | * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-30
| | * net: Fix RPF to work with policy routingjamal2009-10-30
| | * net: fix kmemcheck annotationsEric Dumazet2009-10-30
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-11-02
| |\ \
| | * | 9p: fix readdir corner casesEric Van Hensbergen2009-11-02
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-11-02
| |\ \ \
| | * | | perf events: Fix swevent hrtimer sampling by keeping track of remaining time ...Soeren Sandmann2009-10-23
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-11-02
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa2009-10-24
| * | | | Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-30
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-param-fixesLinus Torvalds2009-10-29
| |\ \ \ \
| | * | | | param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-10-28
| | |/ / /
| * | | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-29
| |\ \ \ \
| | * | | | HWPOISON: Clean up PR_MCE_KILL interfaceAndi Kleen2009-10-03
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-29
| |\ \ \ \ \
| | * | | | | rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney2009-10-15
| * | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-10-29
| |\ \ \ \ \ \
| | * | | | | | sched: Disable SD_PREFER_LOCAL for MC/CPU domainsPeter Zijlstra2009-10-14
| | |/ / / / /
| * | | | | | 8250_pci: add IBM Saturn serial cardBenjamin Herrenschmidt2009-10-29
| * | | | | | serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and ...Krauth.Julien2009-10-29
| * | | | | | strstrip(): mark as as must_checkKOSAKI Motohiro2009-10-29
| * | | | | | cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=nRandy Dunlap2009-10-29
| | |_|/ / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-10-22
| |\ \ \ \ \
| | * | | | | virtio_blk: Revert serial number supportRusty Russell2009-10-22
| | * | | | | virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-22
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet2009-10-20
| * | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-10-16
| |\ \ \ \ \
| | * | | | | ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2Shane Huang2009-10-16
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-15
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-13
| | |\ \ \ \
| | | * | | | mac80211: document ieee80211_rx() context requirementJohannes Berg2009-10-12
| | * | | | | net: Fix struct sock bitfield annotationEric Dumazet2009-10-12
| | |/ / / /
| | * | | | include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang2009-10-07
| * | | | | workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds2009-10-14
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-13
| |\ \ \ \ \
| | * | | | | block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-06
| | * | | | | block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-05
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-10-13
| |\ \ \ \ \ \
| | * | | | | | warn about use of uninstalled kernel headersArnd Bergmann2009-10-11
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-10-12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | PCI quirk: TI XIO200a erroneously reports support for fast b2b transfersGabe Black2009-10-07
| | |/ / / /