summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-133-1/+68
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-133-14/+116
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-1/+1
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-083-6/+29
* ebpf: include perf_event only where really neededDaniel Borkmann2015-10-051-0/+1
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-2/+2
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-0/+2
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-032-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-024-41/+102
|\
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-301-0/+5
| |\
| | * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-09-281-0/+5
| | |\
| | | * rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney2015-09-211-0/+5
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-271-33/+81
| |\ \ \
| | * | | perf: Fix races in computing the header sizesPeter Zijlstra2015-09-181-6/+9
| | * | | perf: Fix u16 overflowsPeter Zijlstra2015-09-181-10/+40
| | * | | perf: Restructure perf syscall point of no returnPeter Zijlstra2015-09-181-17/+32
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-271-3/+11
| |\ \ \ \
| | * | | | sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra2015-09-181-3/+11
| | |/ / /
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-271-5/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-231-5/+5
* | | | | irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
* | | | | genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
|/ / / /
* / / / userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-231-4/+3Star
|/ / /
* | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-222-26/+88
|\ \ \ | |_|/ |/| |
| * | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-162-20/+61
| * | Revert "cgroup: simplify threadgroup locking"Tejun Heo2015-09-161-12/+33
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-181-4/+11
|\ \ \
| * | | sched: access local runqueue directly in single_task_runningDominik Dingel2015-09-181-4/+11
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-188-41/+35Star
|\ \ \ | |_|/ |/| |
| * | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-164-22/+13Star
| * | genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-162-2/+2
| * | genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-163-11/+12
| * | genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-162-3/+4
| * | genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu2015-09-163-3/+4
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-09-174-73/+26Star
|\ \
| * | clockevents: Remove unused set_mode() callbackViresh Kumar2015-09-143-72/+25Star
| * | time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-09-131-1/+1
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-172-9/+42
|\ \
| * | sched: 'Annotate' migrate_tasks()Wanpeng Li2015-09-111-3/+26
| * | nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker2015-09-021-4/+11
| * | nohz: Affine unpinned timers to housekeepersVatika Harlalka2015-09-021-2/+5
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-111-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-123-0/+70
|\ \ \
| * | | sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-123-0/+70
* | | | Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2015-09-111-1/+1
| |\ \ \ \ \
| | * | | | | kernel/cpu_pm: fix cpu_cluster_pm_exit commentLina Iyer2015-09-031-1/+1
| | |/ / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1113-2591/+2681
|\ \ \ \ \ \
| * | | | | | sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov2015-09-101-5/+5