aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-15rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2-48/+44
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2-16/+1
2018-05-15rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney6-17/+17
2018-05-15rcu: Remove deprecated RCU debugfs tracing codeByungchul Park2-12/+5
2018-05-15rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park1-1/+1
2018-05-15rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney1-2/+2
2018-05-15rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2-11/+1
2018-05-15rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng1-3/+25
2018-05-15rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng1-7/+3
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney4-76/+118
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-60/+88
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar1-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily"Dietmar Eggemann1-5/+1
2018-05-15Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar15-164/+164
2018-05-14audit: use inline function to set audit contextRichard Guy Briggs2-5/+4
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu1-6/+53
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs3-39/+35
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs1-2/+2
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-7/+7
2018-05-14softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker1-2/+2
2018-05-14Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar35-362/+409
2018-05-14locking/lockdep: Move sanity check to inside lockdep_print_held_locks()Tetsuo Handa1-16/+13
2018-05-14locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()Tetsuo Handa1-35/+8
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, introduce available_idle_cpu()Rohit Jain2-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman3-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar14-131/+166
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-67/+91
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-56/+1
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier1-9/+24
2018-05-13timer_list: Remove unused function pointer typedefChen Lin1-2/+0
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab1-7/+7
2018-05-13tick: Prefer a lower rating device only if it's CPU local deviceSudeep Holla1-1/+2
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()"Mel Gorman1-56/+1
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-41/+67
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo1-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn1-0/+1
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro1-1/+1
2018-05-10PM / wakeup: Only update last time for active wakeup sourcesDoug Berger1-0/+1
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski1-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2-6/+37
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau2-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau1-1/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli1-13/+0
2018-05-08seccomp: Don't special case audited processes when loggingTyler Hicks2-11/+20