Commit Graph

15726 Commits (aafe77cc45a595ca1d4536f2412ddf671ea9108c)

Author SHA1 Message Date
Linus Torvalds 0a82a8d132 Revert "block: add missing block_bio_complete() tracepoint" 12 years ago
Masami Hiramatsu 5c51543b0a kprobes: Fix a double lock bug of kprobe_mutex 12 years ago
Thomas Gleixner d2054b2c11 posix-timers: Remove unused variable 12 years ago
Emese Revfy b9e146d8eb kernel/signal.c: stop info leak via the tkill and the tgkill syscalls 12 years ago
Yinghai Lu 157752d84f kexec: use Crash kernel for Crash kernel low 12 years ago
Yinghai Lu adbc742bf7 x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low 12 years ago
Yinghai Lu 55a20ee780 x86, kdump: Retore crashkernel= to allocate under 896M 12 years ago
Stephen Boyd c038c1c441 clockevents: Switch into oneshot mode even if broadcast registered late 12 years ago
Nathan Zimmer b3956a896e timer_list: Convert timer list to be a proper seq_file 12 years ago
Nathan Zimmer 60cf7ea849 timer_list: Split timer_list_show_tickdevices 12 years ago
Pavel Emelyanov 5ed67f05f6 posix timers: Allocate timer id per process (v2) 12 years ago
Thomas Gleixner d190e8195b idle: Remove GENERIC_IDLE_LOOP config switch 12 years ago
Rusty Russell 944a1fa012 module: don't unlink the module until we've removed all exposure. 12 years ago
Eric Paris 62062cf8a3 audit: allow checking the type of audit message in the user filter 12 years ago
Eric Paris 34c474de7b audit: fix build break when AUDIT_DEBUG == 2 12 years ago
Paul E. McKenney 65d798f0f9 rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods 12 years ago
Frederic Weisbecker fae30dd669 nohz: Improve a bit the full dynticks Kconfig documentation 12 years ago
Frederic Weisbecker 5b533f4ff5 nohz: Align periodic tick Kconfig with other choices' naming convention 12 years ago
Frederic Weisbecker c5bfece2d6 nohz: Switch from "extended nohz" to "full nohz" based naming 12 years ago
Frederic Weisbecker 0644ca5c77 nohz: Fix old dynticks idle Kconfig backward compatibility 12 years ago
Oleg Nesterov 515619f209 uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty 12 years ago
Borislav Petkov bec1b9e763 extable: Flip the sorting message 12 years ago
Tommi Rantala 8176cced70 perf: Treat attr.config as u64 in perf_swevent_init() 12 years ago
Li Zefan 05fb22ec54 cgroup: remove cgrp->top_cgroup 12 years ago
Chen Gang e3f26752f0 kernel: kallsyms: memory override issue, need check destination buffer length 12 years ago
Tejun Heo 873fe09ea5 cgroup: introduce sane_behavior mount option 12 years ago
Tejun Heo 25a7e6848d move cgroupfs_root to include/linux/cgroup.h 12 years ago
Tejun Heo 9343862945 cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix 12 years ago
Andy Lutomirski 41c21e351e userns: Changing any namespace id mappings should require privileges 12 years ago
Andy Lutomirski e3211c120a userns: Check uid_map's opener's fsuid, not the current fsuid 12 years ago
Eric W. Biederman 6708075f10 userns: Don't let unprivileged users trick privileged users into setting the id_map 12 years ago
Tejun Heo da1f296fd2 cgroup: make cgroup_path() not print double slashes 12 years ago
Linus Torvalds 935d8aabd4 Add file_ns_capable() helper function for open-time capability checking 12 years ago
Oleg Nesterov 32520b2c69 uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit() 12 years ago
Oleg Nesterov 4ee5a52ed6 uprobes/tracing: Change create_trace_uprobe() to support uretprobes 12 years ago
Oleg Nesterov 3ede82dd3e uprobes/tracing: Make seq_printf() code uretprobe-friendly 12 years ago
Oleg Nesterov 4d1298e212 uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendly 12 years ago
Oleg Nesterov 393a736c28 uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendly 12 years ago
Oleg Nesterov c1ae5c75e1 uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher() 12 years ago
Oleg Nesterov a51cc60417 uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers 12 years ago
Oleg Nesterov 457d1772f1 uprobes/tracing: Generalize struct uprobe_trace_entry_head 12 years ago
Oleg Nesterov 0e3853d202 uprobes/tracing: Kill the pointless local_save_flags/preempt_count calls 12 years ago
Oleg Nesterov 456fdbcb86 uprobes/tracing: Kill the pointless seq_print_ip_sym() call 12 years ago
Oleg Nesterov 07720b63a9 uprobes/tracing: Kill the pointless task_pt_regs() calls 12 years ago
Anton Arapov a0d60aef4b uretprobes: Remove -ENOSYS as return probes implemented 12 years ago
Anton Arapov ded49c5530 uretprobes: Limit the depth of return probe nestedness 12 years ago
Anton Arapov fec8898d86 uretprobes: Return probe exit, invoke handlers 12 years ago
Anton Arapov 0dfd0eb8e4 uretprobes: Return probe entry, prepare_uretprobe() 12 years ago
Anton Arapov e78aebfd27 uretprobes: Reserve the first slot in xol_vma for trampoline 12 years ago
Anton Arapov ea024870cf uretprobes: Introduce uprobe_consumer->ret_handler() 12 years ago