summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches-80/+63
2014-09-07rcutorture: Fix a sparse warning by marking boost_mutex staticPranith Kumar-1/+1
2014-09-07rcu: Replace flush_signals() with WARN_ON(signal_pending())Paul E. McKenney-5/+5
2014-09-07rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar-2/+2
2014-09-07rcu: Make TINY_RCU tinier by putting error checks under #ifdefPaul E. McKenney-2/+2
2014-09-07rcu: Break more call_rcu() deadlock involving scheduler and perfPaul E. McKenney-10/+25
2014-09-07rcu: Remove stale comment in tree.cPranith Kumar-2/+0
2014-09-07rcu: Update tiny.c references to tree.cPranith Kumar-2/+2
2014-09-07rcu: Define tracepoint strings only if CONFIG_TRACING is setArd Biesheuvel-3/+12
2014-09-07rcu: Uninline rcu_read_lock_held()Oleg Nesterov-0/+32
2014-09-07rcu: Use true/false instead of 1/0 for a bool typePranith Kumar-3/+3
2014-09-07rcu: Return bool type for rcu_try_advance_all_cbs()Pranith Kumar-1/+1
2014-09-07rcu: Use bool type for return value in rcu_is_watching()Pranith Kumar-1/+1
2014-09-07rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-staticPranith Kumar-1/+1
2014-09-07rcu: Remove remaining read-modify-write ACCESS_ONCE() callsPranith Kumar-5/+9
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+21
2014-09-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+12
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+38
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan-13/+10
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner-3/+21
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann-6/+81
2014-09-05sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat-1/+1
2014-09-04resources: Add device-managed request/release_resource()Thierry Reding-0/+70
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker-0/+14
2014-09-05cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan-1/+7
2014-09-05cgroup: delay the clearing of cgrp->kn->privLi Zefan-11/+10
2014-09-04locking/semaphore: Resolve some shadow warningsMark Rustad-6/+6
2014-09-03seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski-13/+19
2014-09-03seccomp: Refactor the filter callback and the APIAndy Lutomirski-66/+124
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski-19/+45
2014-09-03genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier-0/+45
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar-12/+12
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki-13/+21
2014-09-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner-27/+50
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner-0/+5
2014-09-01genirq: Create helper for flow handler entry checkThomas Gleixner-28/+20
2014-09-01genirq: Distangle edge handler entryThomas Gleixner-10/+29
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner-6/+7
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner-12/+9
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner-6/+3
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner-0/+50
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner-31/+45
2014-09-01PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal-0/+11
2014-08-29resource: fix the case of null pointer accessVivek Goyal-7/+4
2014-08-28genirq: fix reference in devm_request_threaded_irq commentEmilio López-1/+1
2014-08-28rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar-12/+12
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter-3/+3