aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann1-10/+3
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming1-0/+1
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li1-5/+5
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du1-8/+13
2016-05-05sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2-13/+13
2016-05-05sched/fair: Generalize the load/util averages resolution definitionYuyang Du2-9/+10
2016-05-05sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra1-4/+6
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra8-62/+123
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra3-56/+62
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra2-63/+69
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar6-27/+72
2016-05-04seccomp: Fix comment typoMickaël Salaün1-1/+1
2016-05-04signals/sigaltstack: Report current flag bits in sigaltstack()Andy Lutomirski1-1/+2
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-63/+188
2016-05-03Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)4-8/+185
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-03signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev2-3/+9
2016-05-03signals/sigaltstack: Prepare to add new SS_xxx flagsStas Sergeev1-10/+6
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)1-61/+10
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-36/+71
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier1-1/+25
2016-05-02irqdomain: Allow domain matching on irq_fwspecMarc Zyngier1-9/+10
2016-05-02genirq: Add error code reporting to irq_{reserve,destroy}_ipiMatt Redfearn1-14/+17
2016-05-02genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroyMatt Redfearn1-4/+14
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-10/+0
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-8/+10
2016-04-30livepatch: make object/func-walking helpers more robustMiroslav Benes1-0/+3
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2-15/+9
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)1-8/+0
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2-2/+10
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2-20/+6
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+7
2016-04-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-17/+38
2016-04-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+36
2016-04-28kcov: don't profile branches in kcovAndrey Ryabinin1-0/+1
2016-04-28kcov: don't trace the code coverage codeJames Morse1-1/+1
2016-04-28kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai1-0/+1
2016-04-28kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai1-2/+4
2016-04-28bpf: fix check_map_func_compatibility logicAlexei Starovoitov1-25/+40
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov3-11/+31
2016-04-28Merge back earlier cpufreq material for v4.7.Rafael J. Wysocki5-11/+577
2016-04-28PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse1-0/+18
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney1-6/+1
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2-8/+8
2016-04-28Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-16/+36
2016-04-28perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra1-16/+36
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra1-13/+16