| Commit message (Expand) | Author | Age |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-31 |
|\ |
|
| * | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2012-03-26 |
| |\ |
|
| * | | perf: Fix mmap_page capabilities and docs | Peter Zijlstra | 2012-03-23 |
| * | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2012-03-23 |
| |\ \ |
|
| | * | | perf: Adding sysfs group format attribute for pmu device | Jiri Olsa | 2012-03-16 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-03-30 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'tboot' into release | Len Brown | 2012-03-30 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k... | Len Brown | 2012-03-22 |
| | |\ \ \ \ |
|
| | | * | | | | tboot: Add return values for tboot_sleep | Konrad Rzeszutek Wilk | 2012-03-13 |
| | | * | | | | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. | Tang Liang | 2012-03-13 |
| | | | | | | | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis... | Len Brown | 2012-03-30 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | | * | | | | | ACPI: Fix use-after-free in acpi_map_lsapic | Petr Vandrovec | 2012-03-30 |
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | idle, x86: Allow off-lined CPU to enter deeper C states | Boris Ostrovsky | 2012-03-30 |
| |/ / / / / |
|
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h | Srikar Dronamraju | 2012-03-13 |
| * | | | | | | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 |
| * | | | | | | Merge branch 'x86/x32' into x86/cleanups | Ingo Molnar | 2012-03-13 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86: Use enum instead of literals for trap values | Kees Cook | 2012-03-09 |
* | | | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x32: Fix alignment fail in struct compat_siginfo | H. Peter Anvin | 2012-03-14 |
| * | | | | | | | | x32: Fix stupid ia32/x32 inversion in the siginfo format | H. Peter Anvin | 2012-03-14 |
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | x32: Add ptrace for x32 | H.J. Lu | 2012-03-05 |
| * | | | | | | | x32: Switch to a 64-bit clock_t | H. Peter Anvin | 2012-03-05 |
| * | | | | | | | x32: Provide separate is_ia32_task() and is_x32_task() predicates | H. Peter Anvin | 2012-03-05 |
| * | | | | | | | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls | H. Peter Anvin | 2012-03-01 |
| * | | | | | | | x86/x32: Fix the binutils auto-detect | Ingo Molnar | 2012-02-28 |
| * | | | | | | | x32: Warn and disable rather than error if binutils too old | H. Peter Anvin | 2012-02-27 |
| * | | | | | | | x32: Only clear TIF_X32 flag once | Bobby Powers | 2012-02-25 |
| * | | | | | | | x32: Make sure TS_COMPAT is cleared for x32 tasks | Bobby Powers | 2012-02-25 |
| * | | | | | | | x32: Drop non-__vdso weak symbols from the x32 VDSO | H. Peter Anvin | 2012-02-22 |
| * | | | | | | | x32: Fix coding style violations in the x32 VDSO code | H. Peter Anvin | 2012-02-21 |
| * | | | | | | | x32: Add x32 VDSO support | H. J. Lu | 2012-02-20 |
| * | | | | | | | x32: Allow x32 to be configured | H. J. Lu | 2012-02-20 |
| * | | | | | | | x32: If configured, add x32 system calls to system call tables | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Handle process creation | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Signal-related system calls | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h> | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Handle the x32 system call flag | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Add rt_sigframe_x32 | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Add struct ucontext_x32 | H. J. Lu | 2012-02-20 |
| * | | | | | | | x32: Export setup/restore_sigcontext from signal.c | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x86: Move some signal-handling definitions to a common header | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Generate <asm/unistd_64_x32.h> | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Generate <asm/unistd_x32.h> | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Add x32 system calls to syscall/syscall_64.tbl | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x86-64, ia32: Drop sys32_rt_sigprocmask | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x32: Add a thread flag for x32 processes | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x86-64: Add prototype for old_rsp to a header file | H. J. Lu | 2012-02-20 |
| * | | | | | | | x32: Create posix_types_x32.h | H. Peter Anvin | 2012-02-20 |
| * | | | | | | | x86-64: Use explicit sizes in sigcontext.h, prepare for x32 | H. Peter Anvin | 2012-02-20 |