summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: usbhid: fix use-after-free bugAlan Stern2012-07-201-5/+11
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-195-0/+16
|\
| * HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires2012-07-193-0/+9
| * HID: add Sennheiser BTD500USB device supportFrank Kunz2012-07-092-0/+4
| * HID: add battery quirk for Apple Wireless ANSIDaniel Nicoletti2012-07-041-0/+3
* | cx25821: Remove bad strcpy to read-only char*Ezequiel Garcia2012-07-192-4/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-07-193-4/+7
|\ \
| * | target: Fix range calculation in WRITE SAME emulation when num blocks == 0Roland Dreier2012-07-171-1/+1
| * | target: Clean up returning errors in PR handling codeRoland Dreier2012-07-171-3/+4
| * | tcm_fc: Fix crash seen with aborts and large readsMark Rustad2012-07-151-0/+2
* | | kexec: update URL of kexec homepageOlaf Hering2012-07-191-1/+1
* | | mips: fix bug.h build regressionYoichi Yuasa2012-07-192-1/+1
* | | Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-195-17/+2Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-07-182-2/+4
|\ \ \
| * | | SELinux: do not check open perms if they are not known to policyEric Paris2012-07-161-1/+1
| * | | SELinux: include definition of new capabilitiesEric Paris2012-07-161-1/+3
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-07-181-2/+6
|\ \ \ \
| * | | | ntp: Fix STA_INS/DEL clearing bugJohn Stultz2012-07-151-2/+6
* | | | | v4l2-dev: forgot to add VIDIOC_DV_TIMINGS_CAP.Hans Verkuil2012-07-181-0/+1
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-189-464/+451Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-3.5-spear-fixes' of http://git.stlinux.com/spear/linux-2.6 ...Olof Johansson2012-07-189-464/+451Star
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsiStefan Roese2012-07-181-0/+1
| | * | | | ARM: dts: SPEAr320: Boot the board in EXTENDED_MODEVipul Kumar Samar2012-07-181-1/+1
| | * | | | ARM: dts: SPEAr320: Fix compatible stringVipul Kumar Samar2012-07-181-2/+2
| | * | | | Clk: SPEAr1340: Update sys clock parent arrayVipul Kumar Samar2012-07-181-2/+2
| | * | | | clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.Vipul Kumar Samar2012-07-181-2/+2
| | * | | | ARM: SPEAr13xx: Fix Interrupt bindingsVipul Kumar Samar2012-07-181-5/+6
| | * | | | Clk:spear6xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-182-63/+61Star
| | * | | | Clk:spear3xx:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-182-95/+87Star
| | * | | | clk:spear1310:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-157/+155Star
| | * | | | clk:spear1340:Fix: Rename clk ids within predefined limitVipul Kumar Samar2012-07-181-138/+135Star
| |/ / / /
* | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-07-184-15/+66
|\ \ \ \ \
| * | | | | cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-171-2/+5
| * | | | | cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-171-1/+29
| * | | | | cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton2012-07-171-0/+18
| * | | | | Initialise mid_q_entry before putting it on the pending queueSachin Prabhu2012-07-171-12/+14
* | | | | | ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro2012-07-181-1/+0Star
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-188-15/+29
|\ \ \ \ \ \
| * | | | | | mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar2012-07-181-1/+4
| * | | | | | m32r: make memset() global for CONFIG_KERNEL_BZIP2=yGeert Uytterhoeven2012-07-181-1/+1
| * | | | | | m32r: add memcpy() for CONFIG_KERNEL_GZIP=yGeert Uytterhoeven2012-07-181-0/+10
| * | | | | | m32r: consistently use "suffix-$(...)"Geert Uytterhoeven2012-07-181-3/+3
| * | | | | | m32r: fix 'fix breakage from "m32r: use generic ptrace_resume code"' falloutGeert Uytterhoeven2012-07-181-4/+3Star
| * | | | | | m32r: fix pull clearing RESTORE_SIGMASK into block_sigmask() falloutGeert Uytterhoeven2012-07-181-1/+1
| * | | | | | m32r: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-181-3/+0Star
| * | | | | | mn10300: fix "pull clearing RESTORE_SIGMASK into block_sigmask()" falloutGeert Uytterhoeven2012-07-181-2/+3
| * | | | | | bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu2012-07-181-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-173-5/+5
|\ \ \ \ \ \
| * | | | | | PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-173-5/+5
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-1745-144/+256
|\ \ \ \ \ \