summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-01cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann1-0/+2
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2-6/+5
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-2/+13
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann3-9/+9
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann2-81/+0
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1
2015-03-01idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki1-1/+0
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2
2015-02-27rcu: Tighten up affinity and check for sysidlePaul E. McKenney2-7/+7
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev1-11/+0
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev1-2/+1
2015-02-26rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney1-3/+3
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney1-1/+1
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-1/+10
2015-02-26rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney3-6/+7
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney1-0/+25
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney1-0/+48
2015-02-26rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney1-2/+2
2015-02-26rcu: Avoid clobbering early boot callbacksPaul E. McKenney1-1/+2
2015-02-26rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney1-1/+2
2015-02-26rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney1-5/+15
2015-02-26rcu: Wire ->rda pointers at compile timePaul E. McKenney1-3/+3
2015-02-26rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney1-4/+14
2015-02-26Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar114-1577/+2832
2015-02-26rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan1-2/+2
2015-02-26rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney2-26/+6
2015-02-26PM / sleep: add configurable delay for pm_testBrian Norris1-2/+11
2015-02-25perf/x86/intel: Support task events with Intel CQMMatt Fleming1-0/+2
2015-02-25perf: Move cgroup init before PMU ->event_init()Matt Fleming1-12/+16
2015-02-25perf: Add ->count() function to read per-package countersMatt Fleming1-1/+4
2015-02-25perf: Make perf_cgroup_from_task() globalMatt Fleming1-27/+1
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+5
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso4-19/+19
2015-02-24Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar88-857/+2124
2015-02-24audit: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-8/+14
2015-02-24audit: consolidate handling of mm->exe_fileDavidlohr Bueso3-16/+19
2015-02-23audit: code clean upAmeen Ali1-3/+2
2015-02-23audit: don't reset working wait time accidentally with auditdRichard Guy Briggs1-1/+2
2015-02-23audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs1-3/+4
2015-02-23audit: move the tree pruning to a dedicated threadImre Palik1-28/+60
2015-02-23livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek1-3/+3
2015-02-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+12
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-99/+148
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds1-0/+1
2015-02-21Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-23/+64
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26