Commit Graph

7989 Commits (e9c8431185d6c406887190519f6dbdd112641686)

Author SHA1 Message Date
Darren Hart 1bbf20835c rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() 16 years ago
Steven Rostedt 464e85eb0e ring-buffer: do not disable ring buffer on oops_in_progress 16 years ago
Steven Rostedt 0f2541d299 ring-buffer: fix check of try_to_discard result 16 years ago
Eric Paris a2551df7ec Security/SELinux: seperate lsm specific mmap_min_addr 16 years ago
Jiri Slaby 990a55eb25 irq: Clean up by removing irqfixup MODULE_PARM_DESC() 16 years ago
Darren Hart cc6db4e601 futex: Correct futex_wait_requeue_pi() commentary 16 years ago
Bart Van Assche 5b0f437df0 workqueues: Improve schedule_work() documentation 16 years ago
Hiroshi Shimamoto 70d715fd05 posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW 16 years ago
Ming Lei 90629209a0 lockdep: Fix memory usage info of BFS 16 years ago
Ming Lei e351b660fd lockdep: Reintroduce generation count to make BFS faster 16 years ago
Peter Zijlstra bb97a91e25 lockdep: Deal with many similar locks 16 years ago
Peter Zijlstra f607c66857 lockdep: Introduce lockdep_assert_held() 16 years ago
Peter Zijlstra 98c33eddaf lockdep: Fix style nits 16 years ago
Peter Zijlstra 4f84f4330a lockdep: Fix backtraces 16 years ago
Ingo Molnar bcf08df3b2 sched: Fix cpupri build on !CONFIG_SMP 16 years ago
Ingo Molnar bbfa26229a lockdep: Fix BFS build 16 years ago
Peter Zijlstra 693525e3be sched: Ensure the migration task doesn't go away during use 16 years ago
Peter Zijlstra 8f48894fcc sched: Add debug check to task_of() 16 years ago
Gregory Haskins 00aec93d10 sched: Fully integrate cpus_active_map and root-domain code 16 years ago
Gregory Haskins 3f029d3c6d sched: Enhance the pre/post scheduling logic 16 years ago
Steven Rostedt c3a2ae3d93 sched: Add new prio to cpupri before removing old prio 16 years ago
Steven Rostedt da19ab5103 sched: Check for pushing rt tasks after all scheduling 16 years ago
Peter Zijlstra e709715915 sched: Optimize unused cgroup configuration 16 years ago
Peter Zijlstra a5004278f0 sched: Fix cgroup smp fairness 16 years ago
Gregory Haskins 07903af152 sched: Fix race in cpupri introduced by cpumask_var changes 16 years ago
Peter Zijlstra e414314cce sched: Fix latencytop and sleep profiling vs group scheduling 16 years ago
Peter Zijlstra 9f498cc5be perf_counter: Full task tracing 16 years ago
Peter Zijlstra e53c099470 perf_counter: Collapse inherit on read() 16 years ago
Ingo Molnar c1dc0b9c0c debug lockups: Improve lockup detection 16 years ago
Linus Torvalds 0dd8486b5c do_sigaltstack: small cleanups 16 years ago
Linus Torvalds 0083fc2c50 do_sigaltstack: avoid copying 'stack_t' as a structure to user space 16 years ago
Masami Hiramatsu ec30c5f3a1 kprobes: Use kernel_text_address() for checking probe address 16 years ago
Mel Gorman b62f495dad profile: suppress warning about large allocations when profile=1 is specified 16 years ago
KAMEZAWA Hiroyuki 887032670d cgroup avoid permanent sleep at rmdir 16 years ago
Li Zefan 096b7fe012 cgroups: fix pid namespace bug 16 years ago
Hidetoshi Seto 11c7da4b0c kexec: fix omitting offset in extended crashkernel syntax 16 years ago
Rik van Riel 933b787b57 mm: copy over oom_adj value at fork time 16 years ago
Lai Jiangshan 74e7ff8c50 tracing: Fix missing function_graph events when we splice_read from trace_pipe 16 years ago
Lai Jiangshan 38ceb592fc tracing: Fix invalid function_graph entry 16 years ago
Oleg Nesterov 9ae260270c update the comment in kthread_stop() 16 years ago
Mike Frysinger 6560dc160f module: use MODULE_SYMBOL_PREFIX with module_layout 16 years ago
Thomas Gleixner bdff78707f trace: stop tracer in oops_enter() 16 years ago
Peter Zijlstra af01296145 lockdep: BFS cleanup 16 years ago
Ming Lei 12f3dfd022 lockdep: Add statistics info for max bfs queue depth 16 years ago
Ming Lei 4dd861d646 lockdep: Update memory usage introduced by BFS 16 years ago
Ming Lei ef681026ff lockdep: Implement lockdep_count_*ward_deps by BFS 16 years ago
Ming Lei 24208ca767 lockdep: Introduce print_shortest_lock_dependencies 16 years ago
Ming Lei d7aaba140a lockdep: Implement find_usage_*wards by BFS 16 years ago
Ming Lei db0002a32f lockdep: Implement check_noncircular() by BFS 16 years ago
Ming Lei 9e2d551ea0 lockdep: Introduce match function to BFS 16 years ago