Age | Commit message (Expand) | Author | Files | Lines |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 6 | -13/+15 |
2020-06-17 | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get() | Dan Carpenter | 1 | -0/+1 |
2020-06-16 | kretprobe: Prevent triggering kretprobe from within kprobe_flush_task | Jiri Olsa | 1 | -13/+3 |
2020-06-16 | x86/speculation: Merge one test in spectre_v2_user_select_mitigation() | Borislav Petkov | 1 | -9/+4 |
2020-06-16 | x86/alternatives: Add pr_fmt() to debug macros | Borislav Petkov | 1 | -2/+2 |
2020-06-15 | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup | Sean Christopherson | 3 | -4/+2 |
2020-06-15 | x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline() | Peter Zijlstra | 2 | -2/+2 |
2020-06-15 | x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0 | Giovanni Gherdovich | 1 | -2/+9 |
2020-06-15 | x86, sched: Bail out of frequency invariance if turbo frequency is unknown | Giovanni Gherdovich | 1 | -2/+4 |
2020-06-15 | x86, sched: check for counters overflow in frequency invariant accounting | Giovanni Gherdovich | 1 | -5/+28 |
2020-06-15 | perf/x86: Add perf text poke events for kprobes | Adrian Hunter | 2 | -6/+47 |
2020-06-15 | perf/x86: Add support for perf text poke event for text_poke_bp_batch() callers | Adrian Hunter | 1 | -1/+36 |
2020-06-15 | KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery | Vitaly Kuznetsov | 1 | -15/+33 |
2020-06-15 | x86/mce/inject: Fix a wrong assignment of i_mce.status | Zhenzhong Duan | 1 | -1/+1 |
2020-06-15 | x86/microcode: Do not select FW_LOADER | Herbert Xu | 1 | -2/+0 |
2020-06-15 | x86/resctrl: Fix memory bandwidth counter width for AMD | Babu Moger | 2 | -4/+5 |
2020-06-13 | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -166/+198 |
2020-06-13 | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 35 | -615/+797 |
2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+0 |
2020-06-12 | x86/entry: Make NMI use IDTENTRY_RAW | Thomas Gleixner | 1 | -1/+1 |
2020-06-12 | x86/entry: Treat BUG/WARN as NMI-like entries | Andy Lutomirski | 1 | -26/+38 |
2020-06-11 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -1/+16 |
2020-06-11 | Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -63/+78 |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 3 | -1/+16 |
2020-06-11 | x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy() | Tony Luck | 1 | -1/+1 |
2020-06-11 | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned | Tony Luck | 1 | -4/+14 |
2020-06-11 | Merge branch 'x86/entry' into ras/core | Thomas Gleixner | 100 | -1523/+2048 |
2020-06-11 | x86/entry: Unbreak __irqentry_text_start/end magic | Thomas Gleixner | 4 | -18/+2 |
2020-06-11 | x86/entry: Re-order #DB handler to avoid *SAN instrumentation | Peter Zijlstra | 1 | -28/+27 |
2020-06-11 | x86/idt: Consolidate idt functionality | Thomas Gleixner | 1 | -25/+38 |
2020-06-11 | x86/idt: Cleanup trap_init() | Thomas Gleixner | 2 | -9/+18 |
2020-06-11 | x86/idt: Use proper constants for table size | Thomas Gleixner | 1 | -1/+2 |
2020-06-11 | x86/idt: Add comments about early #PF handling | Thomas Gleixner | 1 | -2/+8 |
2020-06-11 | x86/idt: Mark init only functions __init | Thomas Gleixner | 1 | -2/+2 |
2020-06-11 | x86/entry: Rename trace_hardirqs_off_prepare() | Peter Zijlstra | 3 | -4/+4 |
2020-06-11 | x86/entry: Remove DBn stacks | Peter Zijlstra | 2 | -8/+2 |
2020-06-11 | x86/entry: Remove debug IDT frobbing | Peter Zijlstra | 3 | -56/+0 |
2020-06-11 | x86/entry: Optimize local_db_save() for virt | Peter Zijlstra | 1 | -4/+22 |
2020-06-11 | x86/entry, mce: Disallow #DB during #MC | Peter Zijlstra | 1 | -0/+12 |
2020-06-11 | x86/entry, nmi: Disable #DB | Peter Zijlstra | 1 | -52/+3 |
2020-06-11 | x86/entry: Introduce local_db_{save,restore}() | Peter Zijlstra | 1 | -16/+2 |
2020-06-11 | x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_mask | Lai Jiangshan | 1 | -0/+11 |
2020-06-11 | x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw | Lai Jiangshan | 1 | -0/+9 |
2020-06-11 | x86/hw_breakpoint: Prevent data breakpoints on direct GDT | Lai Jiangshan | 1 | -8/+22 |
2020-06-11 | x86/hw_breakpoint: Add within_area() to check data breakpoints | Lai Jiangshan | 1 | -2/+11 |
2020-06-11 | x86/entry: Move paranoid irq tracing out of ASM code | Thomas Gleixner | 3 | -0/+17 |
2020-06-11 | x86/entry: Remove the apic/BUILD interrupt leftovers | Thomas Gleixner | 1 | -3/+4 |
2020-06-11 | x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE | Thomas Gleixner | 3 | -33/+5 |
2020-06-11 | x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC | Thomas Gleixner | 2 | -17/+14 |
2020-06-11 | x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC* | Thomas Gleixner | 2 | -21/+9 |