Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call() | Ingo Molnar | 2019-04-25 | 1 | -8/+8 | |
| * | | | | | | | | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns() | Ingo Molnar | 2019-04-25 | 1 | -4/+4 | |
| * | | | | | | | | x86/paravirt: Remove bogus extern declarations | Thomas Gleixner | 2019-04-25 | 2 | -6/+0 | |
* | | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 1 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status | Aubrey Li | 2019-06-12 | 1 | -0/+47 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-08 | 4 | -15/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/kexec: Make variable static and config dependent | Tiezhu Yang | 2019-06-26 | 1 | -1/+3 | |
| * | | | | | | | | | x86/amd_nb: Make hygon_nb_misc_ids static | YueHaibing | 2019-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | x86/tsc: Move inline keyword to the beginning of function declarations | Mathieu Malaterre | 2019-06-14 | 1 | -2/+2 | |
| * | | | | | | | | | x86/io_delay: Define IO_DELAY macros in C instead of Kconfig | Masahiro Yamada | 2019-05-24 | 1 | -11/+26 | |
| * | | | | | | | | | x86/io_delay: Break instead of fallthrough in switch statement | Masahiro Yamada | 2019-05-24 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-07-08 | 2 | -11/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/resctrl: Cleanup cbm_ensure_valid() | Reinette Chatre | 2019-06-25 | 1 | -6/+6 | |
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/cache | Thomas Gleixner | 2019-06-25 | 7 | -36/+45 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/resctrl: Use _ASM_BX to avoid ifdeffery | Uros Bizjak | 2019-06-10 | 1 | -5/+1 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-07-08 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/build: Remove redundant 'clean-files += capflags.c' | Masahiro Yamada | 2019-06-25 | 1 | -2/+1 | |
| * | | | | | | | | | | | x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c | Masahiro Yamada | 2019-06-25 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 17 | -172/+201 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/alternatives: Add int3_emulate_call() selftest | Peter Zijlstra | 2019-06-25 | 1 | -4/+77 | |
| * | | | | | | | | | | | x86/stackframe/32: Allow int3_emulate_push() | Peter Zijlstra | 2019-06-25 | 1 | -7/+0 | |
| * | | | | | | | | | | | x86/stackframe/32: Provide consistent pt_regs | Peter Zijlstra | 2019-06-25 | 11 | -147/+79 | |
| * | | | | | | | | | | | x86/stackframe, x86/ftrace: Add pt_regs frame annotations | Peter Zijlstra | 2019-06-25 | 2 | -0/+6 | |
| * | | | | | | | | | | | x86/stackframe, x86/kprobes: Fix frame pointer annotations | Peter Zijlstra | 2019-06-25 | 1 | -12/+12 | |
| * | | | | | | | | | | | Merge tag 'v5.2-rc6' into x86/asm, to refresh the branch | Ingo Molnar | 2019-06-25 | 11 | -31/+12 | |
| |\| | | | | | | | | | | ||||||
| * | | | | | | | | | | | x86/asm: Pin sensitive CR4 bits | Kees Cook | 2019-06-22 | 2 | -1/+27 | |
| * | | | | | | | | | | | Merge tag 'v5.2-rc5' into x86/asm, to refresh the branch | Ingo Molnar | 2019-06-17 | 58 | -420/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | x86/asm: Remove unused TASK_TI_flags from asm-offsets.c | Steven Rostedt (VMware) | 2019-05-24 | 1 | -1/+0 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.2-rc6' into sched/core, to refresh the branch | Ingo Molnar | 2019-06-24 | 11 | -31/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixes | Ingo Molnar | 2019-06-17 | 28 | -171/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2019-06-03 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 5 | -154/+178 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/mce: Do not check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-14 | 3 | -54/+13 | |
| * | | | | | | | | | | | x86/MCE: Determine MCA banks' init state properly | Yazen Ghannam | 2019-06-11 | 1 | -0/+39 | |
| * | | | | | | | | | | | x86/MCE: Make the number of MCA banks a per-CPU variable | Yazen Ghannam | 2019-06-11 | 3 | -30/+36 | |
| * | | | | | | | | | | | x86/MCE/AMD: Don't cache block addresses on SMCA systems | Yazen Ghannam | 2019-06-11 | 1 | -36/+37 | |
| * | | | | | | | | | | | x86/MCE: Make mce_banks a per-CPU array | Yazen Ghannam | 2019-06-11 | 1 | -28/+48 | |
| * | | | | | | | | | | | x86/MCE: Make struct mce_banks[] static | Yazen Ghannam | 2019-06-11 | 2 | -11/+10 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-08 | 2 | -59/+216 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/jump_label: Make tp_vec_nr static | YueHaibing | 2019-06-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | x86/jump_label: Batch jump label updates | Daniel Bristot de Oliveira | 2019-06-17 | 1 | -0/+69 | |
| * | | | | | | | | | | | x86/alternative: Batch of patch operations | Daniel Bristot de Oliveira | 2019-06-17 | 1 | -34/+120 | |
| * | | | | | | | | | | | x86/jump_label: Add a __jump_label_set_jump_code() helper | Daniel Bristot de Oliveira | 2019-06-17 | 1 | -25/+27 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-07-08 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/tls: Fix possible spectre-v1 in do_get_thread_area() | Dianzhang Chen | 2019-06-27 | 1 | -2/+7 | |
| * | | | | | | | | | | | x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() | Dianzhang Chen | 2019-06-27 | 1 | -1/+4 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-08 | 2 | -515/+424 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/hpet: Use channel for legacy clockevent storage | Thomas Gleixner | 2019-06-28 | 1 | -8/+3 | |
| * | | | | | | | | | | | x86/hpet: Use common init for legacy clockevent | Thomas Gleixner | 2019-06-28 | 1 | -33/+54 |