summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2014-10-18futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas
2014-10-15modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell
2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes
2014-10-14x86: optimize resource lookups for ioremapMike Travis
2014-10-14kexec: remove the unused function parameterBaoquan He
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He
2014-10-14kernel/kallsyms.c: use __seq_open_private()Rob Jones
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven
2014-10-09kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer
2014-10-09kernel/sys.c: whitespace fixesvishnu.ps
2014-10-09acct: eliminate compile warningYing Xue
2014-10-09kernel/async.c: switch to pr_foo()Ionut Alexa
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-09prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov
2014-10-09prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-09kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen
2014-10-09tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro
2014-10-08tracing: Robustify wait loopPeter Zijlstra
2014-10-06workqueue: Use cond_resched_rcu_qs macroJoe Lawrence
2014-10-06workqueue: Add quiescent state between work itemsJoe Lawrence
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2014-10-03perf: Fix perf bug in fork()Peter Zijlstra
2014-10-03perf: Fix unclone_ctx() vs. lockingPeter Zijlstra
2014-10-02perf: fix perf bug in fork()Peter Zijlstra
2014-10-02ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)
2014-10-02aarch64: filter $x from kallsymsKyle McMartin
2014-10-01bpf: add search pruning optimization to verifierAlexei Starovoitov
2014-09-30PM / hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel
2014-09-30ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idleRafael J. Wysocki
2014-09-30PM / sleep: Rename platform suspend/resume functions in suspend.cRafael J. Wysocki
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso
2014-09-30locktorture: Support rwlocksDavidlohr Bueso
2014-09-28net_dma: simple removalDan Williams