aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-16Merge tag 'pm+acpi-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-16Merge tag 'ntb-bugfixes-3.10' of git://github.com/jonmason/ntbLinus Torvalds
2013-05-16Merge branch 'ipmi' (minor ipmi fixes from Corey)Linus Torvalds
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard
2013-05-16drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu
2013-05-16Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-16Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar...Linus Torvalds
2013-05-16Merge branch 'acpi-fixes'Rafael J. Wysocki
2013-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-05-15workqueue: don't perform NUMA-aware allocations on offline nodes in wq_numa_i...Tejun Heo
2013-05-15Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-05-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat
2013-05-15ACPI / scan: Fix memory leak on acpi_scan_init_hotplug() error pathCatalin Marinas
2013-05-15NTB: Multiple NTB client fixJon Mason
2013-05-15ntb_netdev: remove from list on exitJon Mason
2013-05-15NTB: memcpy lockup workaroundJon Mason
2013-05-15NTB: Correctly handle receive buffers of the minimal sizeJon Mason
2013-05-15NTB: reset tx_index on link toggleJon Mason
2013-05-15NTB: Link toggle memory leakJon Mason
2013-05-15NTB: Handle 64bit BAR sizesJon Mason
2013-05-15NTB: fix pointer math issuesDan Carpenter
2013-05-15ntb: off by one sanity checksDan Carpenter
2013-05-15NTB: variable dereferenced before checkJon Mason
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-15rcu: Don't allocate bootmem from rcu_init()Sasha Levin
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel
2013-05-15target: removed unused transport_state flagJoern Engel
2013-05-15target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz
2013-05-14workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne
2013-05-14workqueue: correct handling of the pool spin_lockJoonsoo Kim
2013-05-14rcu: Fix comparison sense in rcu_needs_cpu()Paul E. McKenney
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-14Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-14rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat