summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | netfilter: ebtables: fix alignment problem in ppcJoerg Willmann2012-02-211-2/+2
| * | | | | | | rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-213-1/+5
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-203-9/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| | * | | | | | | Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| | * | | | | | | Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| | * | | | | | | Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| | * | | | | | | Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| | * | | | | | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
* | | | | | | | | Fix autofs compile without CONFIG_COMPATLinus Torvalds2012-02-261-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-242-1/+6
* | | | | | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-221-8/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp2012-02-101-8/+2
* | | | | | | | | Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-02-221-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-041-1/+1
* | | | | | | | | sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds2012-02-221-1/+1
* | | | | | | | | asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake2012-02-222-0/+56
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-02-211-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-141-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | digsig: changed type of the timestampDmitry Kasatkin2012-02-201-2/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-191-0/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-161-0/+20
* | | | | | | | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-141-2/+4
* | | | | | | | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-141-0/+4
* | | | | | | | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-141-0/+1
* | | | | | | | mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-141-0/+19
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-114-15/+5
|\ \ \ \ \ \ \
| * | | | | | | cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-081-1/+2
| * | | | | | | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-081-6/+0
| * | | | | | | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+1
| * | | | | | | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-072-6/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-106-14/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-101-8/+40
| * | | | | | | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-1/+8
| * | | | | | | | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-052-0/+14
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-021-1/+1
| * | | | | | | net: Disambiguate kernel messageArun Sharma2012-02-011-4/+10
* | | | | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-102-2/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang2012-02-061-1/+4
| * | | | | | | lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang2012-02-011-0/+4
| * | | | | | | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-011-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()Kuninori Morimoto2012-02-021-1/+1
| |/ / / / / /
* | | | | | | Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-093-3/+4
|\ \ \ \ \ \ \
| * | | | | | | target: Change target_submit_cmd() to return voidAndy Grover2012-02-071-1/+1
| * | | | | | | target: Allow control CDBs with data > 1 pageAndy Grover2012-01-182-2/+3
* | | | | | | | Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-081-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-261-0/+5
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-02-071-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin2012-01-311-0/+10