| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-12 | 1 | -1/+1 |
|\ |
|
| * | panic: fix stack dump print on direct call to panic() | Jason Wessel | 2012-04-12 | 1 | -1/+1 |
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-04-12 | 2 | -31/+17 |
|\ \
| |/
|/| |
|
| * | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely | 2012-04-12 | 1 | -24/+9 |
| * | irqdomain: Fix debugfs formatting | Grant Likely | 2012-04-11 | 1 | -3/+3 |
| * | irq_domain: correct the debugfs file name | Mika Westerberg | 2012-04-11 | 1 | -1/+1 |
| * | irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from(). | David Daney | 2012-04-11 | 1 | -3/+4 |
* | | cred: copy_process() should clear child->replacement_session_keyring | Oleg Nesterov | 2012-04-11 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-04-07 | 1 | -4/+4 |
|\ |
|
| * | sysctl: fix write access to dmesg_restrict/kptr_restrict | Kees Cook | 2012-04-05 | 1 | -4/+4 |
* | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-06 | 1 | -16/+2 |
|\ \
| |/
|/| |
|
| * | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-06 | 1 | -16/+2 |
* | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-04-05 | 2 | -30/+25 |
|\ \ |
|
| * | | kgdb,debug_core: pass the breakpoint struct instead of address and memory | Jason Wessel | 2012-03-30 | 1 | -29/+24 |
| * | | kdb: Fix smatch warning on dbg_io_ops->is_console | Jason Wessel | 2012-03-30 | 1 | -1/+1 |
* | | | Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2012-04-04 | 6 | -62/+148 |
|\ \ \ |
|
| * | | | PM / QoS: add pm_qos_update_request_timeout() API | MyungJoo Ham | 2012-03-28 | 1 | -0/+50 |
| * | | | PM / Sleep: Mitigate race between the freezer and request_firmware() | Rafael J. Wysocki | 2012-03-28 | 2 | -11/+39 |
| * | | | PM / Sleep: Move disabling of usermode helpers to the freezer | Rafael J. Wysocki | 2012-03-28 | 4 | -27/+8 |
| * | | | PM / Hibernate: Disable usermode helpers right before freezing tasks | Rafael J. Wysocki | 2012-03-28 | 1 | -13/+10 |
| * | | | firmware_class: Do not warn that system is not ready from async loads | Rafael J. Wysocki | 2012-03-28 | 1 | -13/+45 |
| * | | | firmware_class: Rework usermodehelper check | Rafael J. Wysocki | 2012-03-28 | 1 | -13/+11 |
* | | | | Merge branch 'paul' (Fixups from Paul Gortmaker) | Linus Torvalds | 2012-04-02 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | irq_work: fix compile failure on MIPS from system.h split | Paul Gortmaker | 2012-04-02 | 1 | -0/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-04-02 | 1 | -4/+9 |
|\ \ \ \ \ |
|
| * | | | | | padata: Fix cpu hotplug | Steffen Klassert | 2012-03-29 | 1 | -0/+3 |
| * | | | | | padata: Use the online cpumask as the default | Steffen Klassert | 2012-03-29 | 1 | -4/+4 |
| * | | | | | padata: Add a reference to the api documentation | Steffen Klassert | 2012-03-29 | 1 | -0/+2 |
* | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-04-02 | 1 | -5/+5 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | documentation: remove references to cpu_*_map. | Rusty Russell | 2012-03-29 | 1 | -5/+5 |
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-31 | 2 | -9/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq() | Srivatsa S. Bhat | 2012-03-31 | 1 | -2/+2 |
| * | | | | | | Merge branch 'sched/arch' into sched/urgent | Ingo Molnar | 2012-03-29 | 2 | -0/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callback | Catalin Marinas | 2012-03-13 | 2 | -0/+4 |
| * | | | | | | | sched: Fix __schedule_bug() output when called from an interrupt | Stephen Boyd | 2012-03-29 | 1 | -7/+1 |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-31 | 8 | -108/+199 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | tracing: Fix ent_size in trace output | Steven Rostedt | 2012-03-27 | 1 | -0/+4 |
| * | | | | | | | | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2012-03-26 | 44 | -1385/+1391 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| * | | | | | | | | perf: Move mmap page data_head offset assertion out of header | Jiri Olsa | 2012-03-24 | 1 | -0/+7 |
| * | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-03-24 | 2 | -5/+13 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | tracing: Fix ftrace stack trace entries | Wolfgang Mauerer | 2012-03-22 | 2 | -5/+13 |
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | perf: Fix mmap_page capabilities and docs | Peter Zijlstra | 2012-03-23 | 1 | -2/+2 |
| * | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-03-22 | 5 | -101/+173 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | tracing: Fix build breakage without CONFIG_PERF_EVENTS | Mark Brown | 2012-03-13 | 1 | -2/+0 |
| | * | | | | | | | | ftrace: Fix function_graph for archs that test ftrace_trace_function | Rajesh Bhagat | 2012-03-13 | 1 | -1/+2 |
| | * | | | | | | | | tracing: Keep NMI watchdog from triggering when dumping trace | Steven Rostedt | 2012-03-02 | 1 | -0/+2 |
| | * | | | | | | | | tracing: Do not select FRAME_POINTER on PPC | Gerlando Falauto | 2012-02-27 | 1 | -1/+1 |
| | * | | | | | | | | tracing/ring-buffer: Only have tracing_on disable tracing buffers | Steven Rostedt | 2012-02-22 | 3 | -97/+168 |
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-03-31 | 3 | -15/+30 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value | Jiang Liu | 2012-03-30 | 1 | -3/+7 |