summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann3-4/+417
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2-11/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2-20/+24
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann1-3/+14
2015-11-02bpf: convert hashtab lock to raw lockYang Shi1-7/+7
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-16/+51
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2-1/+80
2015-10-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+6
2015-10-26bpf: make tracing helpers gpl onlyAlexei Starovoitov1-2/+2
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2-10/+22
2015-10-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-12/+28
2015-10-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+6
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2-2/+16
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov1-2/+6
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov3-1/+50
2015-10-22perf: pad raw data samples automaticallyAlexei Starovoitov1-5/+10
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)1-0/+4
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)1-0/+7
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-21/+33
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du1-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du1-2/+2
2015-10-17Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2-6/+2
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner1-1/+1
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-5/+1
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert1-0/+1
2015-10-15Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov3-1/+68
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov3-14/+116
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira1-0/+2
2015-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+8
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-1/+1
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann3-6/+29
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann1-0/+1
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-2/+2
2015-10-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+17
2015-10-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-0/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2-2/+6
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-41/+102
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-30workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard1-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard1-3/+4