Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 19 | -371/+522 |
2017-05-01 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -9/+4 |
2017-05-01 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -256/+603 |
2017-05-01 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 67 | -885/+1062 |
2017-05-01 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -433/+580 |
2017-05-01 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 14 | -346/+423 |
2017-05-01 | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 18 | -86/+249 |
2017-05-01 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -45/+104 |
2017-05-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-05-01 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -92/+1 |
2017-05-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -0/+12 |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -636/+45 |
2017-05-01 | Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -11/+0 |
2017-04-30 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+27 |
2017-04-30 | Prevent timer value 0 for MWAITX | Janakarajan Natarajan | 1 | -0/+7 |
2017-04-28 | x86/KASLR: Fix kexec kernel boot crash when KASLR randomization fails | Baoquan He | 1 | -2/+9 |
2017-04-26 | HAVE_ARCH_HARDENED_USERCOPY is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-26 | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 1 | -1/+0 |
2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 64 | -848/+424 |
2017-04-26 | x86/unwind: Dump all stacks in unwind_dump() | Josh Poimboeuf | 1 | -13/+21 |
2017-04-26 | x86/unwind: Silence more entry-code related warnings | Josh Poimboeuf | 1 | -3/+17 |
2017-04-21 | x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinder | Steven Rostedt (VMware) | 1 | -4/+4 |
2017-04-20 | x86/intel_rdt: Return error for incorrect resource names in schemata | Vikas Shivappa | 1 | -13/+15 |
2017-04-20 | x86/intel_rdt: Trim whitespace while parsing schemata input | Vikas Shivappa | 1 | -1/+2 |
2017-04-20 | x86/intel_rdt: Fix padding when resource is enabled via mount | Vikas Shivappa | 1 | -1/+1 |
2017-04-20 | sched/x86: Update reschedule warning text | Prarit Bhargava | 1 | -1/+1 |
2017-04-20 | Merge branch 'WIP.x86/process' into perf/core | Ingo Molnar | 18 | -86/+249 |
2017-04-20 | x86/reboot: Turn off KVM when halting a CPU | Tiantian Feng | 1 | -0/+3 |
2017-04-20 | x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup | Ashish Kalra | 1 | -1/+1 |
2017-04-19 | x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel only | Borislav Petkov | 1 | -1/+6 |
2017-04-19 | x86/unwind: Remove unused 'sp' parameter in unwind_dump() | Josh Poimboeuf | 1 | -4/+4 |
2017-04-19 | x86/unwind: Prepend hex mask value with '0x' in unwind_dump() | Josh Poimboeuf | 1 | -1/+1 |
2017-04-19 | x86/unwind: Properly zero-pad 32-bit values in unwind_dump() | Josh Poimboeuf | 1 | -2/+4 |
2017-04-19 | x86/build: convert function graph '-Os' error to warning | Josh Poimboeuf | 2 | -6/+8 |
2017-04-18 | x86/mce: Make the MCE notifier a blocking one | Vishal Verma | 3 | -16/+5 |
2017-04-18 | x86: Enable KASLR by default | Ingo Molnar | 3 | -3/+7 |
2017-04-18 | x86/unwind: Ensure stack pointer is aligned | Josh Poimboeuf | 2 | -3/+3 |
2017-04-18 | x86/mce: Update notifier priority check | Borislav Petkov | 1 | -1/+1 |
2017-04-17 | x86/intel_rdt: Get rid of anon union | Thomas Gleixner | 1 | -4/+2 |
2017-04-15 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -11/+31 |
2017-04-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -9/+16 |
2017-04-14 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+3 |
2017-04-14 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+4 |
2017-04-14 | x86/uv/time: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 1 | -0/+2 |
2017-04-14 | x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 1 | -0/+4 |
2017-04-14 | x86/lguest/timer: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 1 | -0/+2 |
2017-04-14 | x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 1 | -0/+4 |
2017-04-14 | x86/cpu: Keep model defines sorted by model number | Andy Shevchenko | 1 | -2/+4 |
2017-04-14 | x86/intel_rdt/mba: Add schemata file support for MBA | Vikas Shivappa | 3 | -0/+46 |
2017-04-14 | x86/intel_rdt: Make schemata file parsers resource specific | Vikas Shivappa | 3 | -14/+31 |