summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-21ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+1
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+27
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney11-308/+712
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney1-12/+22
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney1-16/+27
2015-03-19cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel1-2/+11
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel1-3/+3
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+26
2015-03-18PM / sleep: add pm-trace support for suspending phaseZhonghui Fu1-1/+1
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds1-1/+1
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o1-0/+8
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-4/+26
2015-03-16Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar2-21/+40
2015-03-16bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2-17/+137
2015-03-16ebpf: add helper for obtaining current processor idDaniel Borkmann2-0/+13
2015-03-16ebpf: add prandom helper for packet samplingDaniel Borkmann2-0/+14
2015-03-15genirq: Add irqchip_set_wake_parentMarc Zyngier1-0/+16
2015-03-14audit: Remove condition which always evaluates to falsePranith Kumar1-3/+2
2015-03-13perf: Fix context leak in put_event()Leon Yu1-1/+1
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz1-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz1-0/+3
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz2-49/+36
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz1-9/+9
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz1-7/+57
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz1-0/+7
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz1-14/+35
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2-0/+29
2015-03-13fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-2/+0
2015-03-13rcu: Add diagnostics to grace-period cleanupPaul E. McKenney1-0/+2
2015-03-13rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2-10/+33
2015-03-13cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2-2/+9
2015-03-13rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2-17/+0
2015-03-13rcu: Process offlining and onlining only at grace-period startPaul E. McKenney4-53/+136
2015-03-13rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2-38/+41
2015-03-13rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney1-23/+75
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+4
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2-13/+17
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2-16/+14
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz1-12/+3
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney1-2/+0
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney1-0/+10
2015-03-11rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney1-2/+3
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney1-4/+0
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney1-4/+1
2015-03-11rcu: Put all orphan-callback-related code under same commentPaul E. McKenney1-1/+1
2015-03-11rcu: Consolidate offline-CPU callback initializationPaul E. McKenney1-4/+5
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney1-0/+156
2015-03-10sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li1-0/+6
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-44/+137