summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov1-1/+1074
2014-09-26bpf: verifier (add branch/goto checks)Alexei Starovoitov1-0/+189
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov1-0/+147
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov2-1/+236
2014-09-26bpf: verifier (add docs)Alexei Starovoitov3-2/+135
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2-14/+180
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+235
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov1-0/+3
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov2-1/+170
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders1-1/+1
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck1-0/+81
2014-09-26Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li1-4/+7
2014-09-26Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+15
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+36
2014-09-25cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-25Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki1-35/+15
2014-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-3/+4
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo22-186/+403
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa1-1/+1
2014-09-24perf: Fix child event initial state setupJiri Olsa1-1/+2
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa1-1/+20
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai1-1/+1
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2-36/+0
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov1-5/+2
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano2-0/+36
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli2-3/+8
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli3-4/+20
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-24audit: get comm using lock to avoid race in string printingRichard Guy Briggs2-4/+4
2014-09-24audit: remove open_arg() function that is never usedRichard Guy Briggs1-8/+0
2014-09-24audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1
2014-09-24audit: set nlmsg_len for multicast messages.Richard Guy Briggs1-1/+2
2014-09-24audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs1-9/+20
2014-09-24audit: invalid op= values for rulesBurn Alting3-5/+5
2014-09-24audit: use atomic_t to simplify audit_serial()Richard Guy Briggs1-12/+2
2014-09-24kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-09-24audit: reduce scope of audit_log_fcapsRichard Guy Briggs2-2/+1
2014-09-24audit: reduce scope of audit_net_idRichard Guy Briggs1-1/+1
2014-09-24audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-4/+2
2014-09-24audit: add arch field to seccomp event logRichard Guy Briggs1-5/+4
2014-09-24audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs1-1/+1