| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: verifier: add checks for BPF_ABS | BPF_IND instructions | Alexei Starovoitov | 2014-12-05 | 1 | -2/+68 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-29 | 3 | -1/+10 |
|\ |
|
| * | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 2014-11-23 | 1 | -1/+0 |
| * | sched: Provide update_curr callbacks for stop/idle scheduling classes | Thomas Gleixner | 2014-11-23 | 2 | -0/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-21 | 8 | -48/+49 |
|\ \
| |/ |
|
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-11-21 | 6 | -43/+42 |
| |\ |
|
| | * | sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency | Stanislaw Gruszka | 2014-11-16 | 5 | -27/+24 |
| | * | sched/cputime: Fix cpu_timer_sample_group() double accounting | Peter Zijlstra | 2014-11-16 | 2 | -14/+1 |
| | * | sched/numa: Avoid selecting oneself as swap target | Peter Zijlstra | 2014-11-16 | 1 | -0/+7 |
| | * | sched/numa: Fix out of bounds read in sched_init_numa() | Andrey Ryabinin | 2014-11-10 | 1 | -0/+4 |
| | * | sched: Remove lockdep check in sched_move_task() | Kirill Tkhai | 2014-11-04 | 1 | -2/+6 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-11-21 | 1 | -3/+5 |
| |\ \ |
|
| | * | | perf: Fix corruption of sibling list with hotplug | Mark Rutland | 2014-11-16 | 1 | -3/+5 |
| | |/ |
|
| * | | Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-11-14 | 1 | -2/+2 |
| |\ \ |
|
| | * | | PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is set | Dmitry Eremin-Solenikov | 2014-11-08 | 1 | -2/+2 |
| | |/ |
|
* | | | bpf: fix arraymap NULL deref and missing overflow and zero size checks | Alexei Starovoitov | 2014-11-19 | 2 | -6/+16 |
* | | | bpf: remove test map scaffolding and user proper types | Alexei Starovoitov | 2014-11-18 | 1 | -47/+9 |
* | | | bpf: allow eBPF programs to use maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+90 |
* | | | bpf: fix BPF_MAP_LOOKUP_ELEM command return code | Alexei Starovoitov | 2014-11-18 | 1 | -1/+1 |
* | | | bpf: add array type of eBPF maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+152 |
* | | | bpf: add hashtable type of eBPF maps | Alexei Starovoitov | 2014-11-18 | 2 | -1/+363 |
* | | | bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command | Alexei Starovoitov | 2014-11-18 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-14 | 5 | -46/+72 |
|\ \ \
| |/ / |
|
| * | | kernel/panic.c: update comments for print_tainted | Xie XiuQi | 2014-11-13 | 1 | -0/+1 |
| * | | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2014-11-13 | 2 | -1/+2 |
| |\ \ |
|
| | * | | audit: keep inode pinned | Miklos Szeredi | 2014-11-11 | 1 | -0/+1 |
| | * | | audit: AUDIT_FEATURE_CHANGE message format missing delimiting space | Richard Guy Briggs | 2014-10-30 | 1 | -1/+1 |
| * | | | tracing: Do not risk busy looping in buffer splice | Rabin Vincent | 2014-11-10 | 1 | -2/+8 |
| * | | | tracing: Do not busy wait in buffer splice | Rabin Vincent | 2014-11-10 | 2 | -43/+61 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-01 | 31 | -249/+410 |
|\ \ \
| |/ / |
|
| * | | Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-10-31 | 1 | -1/+7 |
| |\ \ |
|
| | * | | PM / Sleep: fix recovery during resuming from hibernation | Imre Deak | 2014-10-27 | 1 | -1/+7 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-31 | 4 | -5/+15 |
| |\ \ \ |
|
| | * | | | bpf: split eBPF out of NET | Alexei Starovoitov | 2014-10-27 | 3 | -4/+13 |
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-31 | 5 | -55/+97 |
| |\ \ \ \ |
|
| | * | | | | sched/dl: Fix preemption checks | Kirill Tkhai | 2014-10-28 | 1 | -3/+7 |
| | * | | | | sched: stop the unbound recursion in preempt_schedule_context() | Oleg Nesterov | 2014-10-28 | 2 | -40/+41 |
| | * | | | | sched/fair: Fix division by zero sysctl_numa_balancing_scan_size | Kirill Tkhai | 2014-10-28 | 2 | -3/+5 |
| | * | | | | sched/fair: Care divide error in update_task_scan_period() | Yasuaki Ishimatsu | 2014-10-28 | 1 | -1/+1 |
| | * | | | | sched/numa: Fix unsafe get_task_struct() in task_numa_assign() | Kirill Tkhai | 2014-10-28 | 1 | -2/+12 |
| | * | | | | sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() | Juri Lelli | 2014-10-28 | 1 | -5/+13 |
| | * | | | | sched/deadline: Don't replenish from a !SCHED_DEADLINE entity | Juri Lelli | 2014-10-28 | 1 | -1/+12 |
| | * | | | | sched: Fix race between task_group and sched_task_group | Kirill Tkhai | 2014-10-28 | 1 | -0/+6 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-31 | 2 | -21/+1 |
| |\ \ \ \ |
|
| | * | | | | perf: Fix and clean up initialization of pmu::event_idx | Peter Zijlstra | 2014-10-28 | 2 | -21/+1 |
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-10-31 | 1 | -15/+21 |
| |\ \ \ \ \ |
|
| | * | | | | | futex: Fix a race condition between REQUEUE_PI and task death | Brian Silverman | 2014-10-26 | 1 | -11/+11 |
| | * | | | | | futex: Mention key referencing differences between shared and private futexes | Davidlohr Bueso | 2014-10-26 | 1 | -4/+10 |
| | |/ / / / |
|
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-31 | 4 | -6/+57 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2014-10-30 | 4 | -6/+57 |
| | |\ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|