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