summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller
2013-05-04serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun
2013-05-04sparc32, leon: Do not overwrite previously set irq flow handlersAndreas Larsson
2013-05-04sparc/kernel/vio.c: add put_device() after device_find_child()Federico Vaga
2013-05-04ipc: simplify rcu_read_lock() in semctl_nolock()Linus Torvalds
2013-05-04ipc: simplify semtimedop/semctl_main() common error path handlingLinus Torvalds
2013-05-04ipc: move sem_obtain_lock() rcu locking into the only callerLinus Torvalds
2013-05-04ipc: fix double sem unlock in semctl error pathLinus Torvalds
2013-05-04ipc: move the rcu_read_lock() from sem_lock_and_putref() into callersLinus Torvalds
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-04Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan
2013-05-04hostfs: remove "will unlock" commentJames Hogan
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-04Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen
2013-05-04kill fs/read_write.hAl Viro
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara
2013-05-04sun3_scsi: add ->show_info()Geert Uytterhoeven
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven
2013-05-04more mode_t whack-a-mole...Al Viro
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro
2013-05-04ipc: sem_putref() does not need the semaphore lock any moreLinus Torvalds
2013-05-04ipc: move rcu_read_unlock() out of sem_unlock() and into callersLinus Torvalds
2013-05-04hwmon: (lm75) Add support for the Dallas/Maxim DS7505Jean Delvare
2013-05-04hwmon: (lm75) Tune resolution and sample time per chipJean Delvare
2013-05-04hwmon: (lm75) Prepare to support per-chip resolution and sample timeJean Delvare
2013-05-04hwmon: (lm75) Per-chip configuration register initializationJean Delvare
2013-05-04perf/x86/intel/lbr: Fix LBR filterPeter Zijlstra
2013-05-04perf/x86: Blacklist all MEM_*_RETIRED events for Ivy BridgePeter Zijlstra
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann
2013-05-03asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org
2013-05-03net: qmi_wwan: Add Telewell TW-LTE 4GTeppo Kotilainen
2013-05-03usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar