summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney2018-05-151-2/+1
| | | * | | | | rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-152-48/+44
| | | * | | | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-152-16/+1
| | | * | | | | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-156-17/+17
| | | * | | | | rcu: Remove deprecated RCU debugfs tracing codeByungchul Park2018-05-152-12/+5
| | | * | | | | rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park2018-05-151-1/+1
| | | * | | | | rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney2018-05-151-2/+2
| | | * | | | | rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2018-05-152-11/+1
| | | |/ / / /
| | * | | | | rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng2018-05-151-3/+25
| | * | | | | rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng2018-05-151-7/+3
| | * | | | | rcu: Parallelize expedited grace-period initializationPaul E. McKenney2018-05-154-78/+120
| | |/ / / /
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-129/+52
|\ \ \ \ \ \
| * | | | | | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-271-25/+56
| * | | | | | signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman2018-04-271-5/+0
| * | | | | | signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman2018-04-251-16/+8
| * | | | | | signal: Remove SEGV_BNDERR ifdefsEric W. Biederman2018-04-251-6/+0
| * | | | | | signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman2018-04-251-9/+0
| * | | | | | signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman2018-04-251-82/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-0/+2
|\ \ \ \ \ \
| * | | | | | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-0/+2
* | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0411-248/+27
|\ \ \ \ \ \ \
| * | | | | | | resource: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-38/+5
| * | | | | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-167-128/+16
| * | | | | | | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-14/+2
| * | | | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-68/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-7/+7
|\ \ \ \ \ \ \
| * | | | | | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-7/+7
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-033-18/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| * | | | | | | | sched/deadline: Fix missing clock updateJuri Lelli2018-05-311-3/+3
| * | | | | | | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
| * | | | | | | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
* | | | | | | | | Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-293-10/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-283-8/+25
| * | | | | | | | tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-281-2/+3
* | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-262-5/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra2018-05-251-4/+2
| * | | | | | | | | sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-261-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-261-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-261-22/+64
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-251-22/+64
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-22/+64
* | | | | | | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-213-9/+94
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-3/+56
| * | | | | | | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-13/+2
| * | | | | | | | | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-051-8/+11
| * | | | | | | | | seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-051-1/+1
| * | | | | | | | | seccomp: Enable speculation flaw mitigationsKees Cook2018-05-031-0/+17
| * | | | | | | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-4/+5