summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker
2015-06-07sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-05Merge branch 'linus' into irq/coreThomas Gleixner
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller
2015-06-04signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar
2015-06-03lockdep: Do not break user-visible stringBorislav Petkov
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar
2015-06-02livepatch: add module locking around kallsyms callsMiroslav Benes
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner
2015-06-02clockevents: Use set/get state helper functionsThomas Gleixner
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31ebpf: misc core cleanupDaniel Borkmann
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov
2015-05-29audit: obsolete audit_context check is removed in audit_filter_rules()Mikhail Klementyev
2015-05-29audit: fix for typo in comment to function audit_log_link_denied()Shailendra Verma
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-29ring-buffer: Add enum names for the context levelsSteven Rostedt (Red Hat)
2015-05-29workqueue: fix typos in commentsShailendra Verma
2015-05-28ring-buffer: Remove useless unused tracing_off_permanent()Steven Rostedt (Red Hat)
2015-05-28ring-buffer: Give NMIs a chance to lock the reader_lockSteven Rostedt (Red Hat)
2015-05-28kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez
2015-05-28kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez
2015-05-28kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez
2015-05-28kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-28module: Rework module_addr_{min,max}Peter Zijlstra
2015-05-28module: Use __module_address() for module_address_lookup()Peter Zijlstra
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney
2015-05-27rcutorture: Test SRCU cleanup code pathPaul E. McKenney
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney
2015-05-27locktorture: Change longdelay_us to longdelay_msPaul E. McKenney