aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* powerpc/eeh: Introduce EEH deviceGavin Shan2012-03-08
* driver-core: remove legacy iSeries hackStephen Rothwell2012-03-08
* atomic: Allow atomic_inc_not_zero to be overriddenAnton Blanchard2012-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-26
|\
| * Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-02-24
| |\
| | * netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-24
| * | ipsec: be careful of non existing mac headersEric Dumazet2012-02-23
| |/
| * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2012-02-23
| |\
| | * netfilter: ebtables: fix alignment problem in ppcJoerg Willmann2012-02-21
| * | rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-21
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-20
| |\ \
| | * | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-15
| | * | Bluetooth: Fix potential deadlockAndre Guedes2012-02-15
| | * | Bluetooth: silence lockdep warningOctavian Purdila2012-02-15
| | * | Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-15
| | * | Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-15
| | * | Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-15
* | | | Fix autofs compile without CONFIG_COMPATLinus Torvalds2012-02-26
* | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-24
* | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-22
|\ \ \ \
| * | | | USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp2012-02-10
* | | | | Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-02-22
|\ \ \ \ \
| * | | | | NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-03
* | | | | | sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds2012-02-21
* | | | | | asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2012-02-21
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-20
|\ \ \ \ \ \
| * | | | | | vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-13
* | | | | | | digsig: changed type of the timestampDmitry Kasatkin2012-02-20
| |_|_|/ / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-18
|\ \ \ \ \ \
| * | | | | | crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-15
* | | | | | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-13
* | | | | | | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-13
* | | | | | | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-13
* | | | | | | mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-13
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-11
|\ \ \ \ \ \
| * | | | | | cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-08
| * | | | | | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-08
| * | | | | | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-08
| * | | | | | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-07
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-10
|\ \ \ \ \ \ \
| * | | | | | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-10
| * | | | | | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-09
| * | | | | | | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-04
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-02
| * | | | | | net: Disambiguate kernel messageArun Sharma2012-02-01
* | | | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang2012-02-05
| * | | | | | lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang2012-02-01
| * | | | | | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-01
| |/ / / / /
* | | | | | Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-09
|\ \ \ \ \ \