index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-18
6
-10
/
+10
|
\
|
*
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
2024-07-29
6
-10
/
+10
*
|
Merge tag 'm68k-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
14
-35
/
+6
|
\
\
|
*
|
m68k: defconfig: Update defconfigs for v6.11-rc1
Geert Uytterhoeven
2024-08-26
12
-24
/
+0
|
*
|
m68k: Fix kernel_clone_args.flags in m68k_clone()
Finn Thain
2024-08-26
1
-1
/
+1
|
*
|
m68k: cmpxchg: Use swap() to improve code
Thorsten Blum
2024-08-26
1
-10
/
+5
|
|
/
*
|
Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-17
3
-19
/
+13
|
\
\
|
*
|
x86/tsc: Check for sockets instead of CPUs to make code match comment
Paul E. McKenney
2024-08-02
1
-1
/
+1
|
*
|
clockevents/drivers/i8253: Fix stop sequence for timer 0
David Woodhouse
2024-08-02
1
-11
/
+0
|
*
|
x86/i8253: Disable PIT timer 0 when not in use
David Woodhouse
2024-08-02
1
-2
/
+9
|
*
|
x86/tsc: Use topology_max_packages() to get package number
Feng Tang
2024-07-31
1
-5
/
+3
|
|
/
*
|
Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
2
-1
/
+13
|
\
\
|
*
|
x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70h
Richard Gong
2024-08-25
1
-0
/
+4
|
*
|
x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
Kees Cook
2024-08-23
1
-1
/
+6
|
*
|
x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h
Shyam Sundar S K
2024-07-29
1
-0
/
+3
|
|
/
*
|
Merge tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-17
1
-1
/
+0
|
\
\
|
*
|
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
Yue Haibing
2024-08-14
1
-1
/
+0
*
|
|
Merge tag 'x86-mm-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-17
15
-49
/
+169
|
\
\
\
|
*
|
|
x86/ioremap: Improve iounmap() address range checks
Max Ramanouski
2024-08-26
1
-1
/
+2
|
*
|
|
x86/mm: Remove duplicate check from build_cr3()
Yuntao Wang
2024-08-14
1
-1
/
+0
|
*
|
|
x86/mm: Remove unused NX related declarations
Yue Haibing
2024-08-14
1
-2
/
+0
|
*
|
|
x86/mm: Remove unused CR3_HW_ASID_BITS
Yosry Ahmed
2024-08-10
1
-3
/
+0
|
*
|
|
x86/mm: Don't print out SRAT table information
Li RongQing
2024-08-08
1
-4
/
+2
|
*
|
|
x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
Steve Wahl
2024-08-05
1
-5
/
+18
|
*
|
|
x86/kexec: Add EFI config table identity mapping for kexec kernel
Tao Liu
2024-08-05
1
-0
/
+27
|
*
|
|
x86/pkeys: Restore altstack access in sigreturn()
Aruna Ramakrishna
2024-08-02
1
-3
/
+3
|
*
|
|
x86/pkeys: Update PKRU to enable all pkeys before XSAVE
Aruna Ramakrishna
2024-08-02
2
-4
/
+19
|
*
|
|
x86/pkeys: Add helper functions to update PKRU on the sigframe
Aruna Ramakrishna
2024-08-02
4
-0
/
+43
|
*
|
|
x86/pkeys: Add PKRU as a parameter in signal handling functions
Aruna Ramakrishna
2024-08-02
3
-5
/
+6
|
*
|
|
Merge branch 'linus' into x86/mm
Thomas Gleixner
2024-08-02
1859
-37668
/
+84456
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking
Yosry Ahmed
2024-07-02
1
-7
/
+4
|
*
|
|
x86/mm: Fix LAM inconsistency during context switch
Yosry Ahmed
2024-07-02
4
-11
/
+20
|
*
|
|
x86/mm: Use IPIs to synchronize LAM enablement
Yosry Ahmed
2024-07-02
2
-7
/
+29
*
|
|
|
Merge tag 'x86-fred-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
11
-64
/
+111
|
\
\
\
\
|
*
|
|
|
x86/entry: Set FRED RSP0 on return to userspace instead of context switch
Xin Li (Intel)
2024-08-25
4
-5
/
+27
|
*
|
|
|
x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanism
Andrew Cooper
2024-08-25
3
-16
/
+11
|
*
|
|
|
x86/entry: Test ti_work for zero before processing individual bits
Xin Li (Intel)
2024-08-25
1
-2
/
+8
|
*
|
|
|
x86/fred: Set SS to __KERNEL_DS when enabling FRED
Xin Li (Intel)
2024-08-25
1
-0
/
+14
|
*
|
|
|
x86/fred: Enable FRED right after init_mem_mapping()
Xin Li (Intel)
2024-08-13
5
-6
/
+23
|
*
|
|
|
x86/fred: Move FRED RSP initialization into a separate function
Xin Li (Intel)
2024-08-13
3
-11
/
+25
|
*
|
|
|
x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()
Xin Li (Intel)
2024-08-13
2
-26
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'x86-fpu-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-17
3
-0
/
+106
|
\
\
\
\
|
*
|
|
|
x86/elf: Add a new FPU buffer layout info to x86 core files
Vignesh Balasubramanian
2024-07-29
3
-0
/
+106
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'x86-core-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
2
-5
/
+66
|
\
\
\
\
|
*
|
|
|
x86/traps: Enable UBSAN traps on x86
Gatlin Newhouse
2024-08-06
2
-5
/
+66
|
|
/
/
/
*
|
|
|
Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
6
-641
/
+373
|
\
\
\
\
|
*
|
|
|
x86/irq: Fix comment on IRQ vector layout
Sohil Mehta
2024-08-13
1
-2
/
+2
|
*
|
|
|
x86/apic: Remove unused extern declarations
Yue Haibing
2024-08-13
1
-6
/
+0
|
*
|
|
|
x86/apic: Remove logical destination mode for 64-bit
Thomas Gleixner
2024-08-09
2
-120
/
+7
|
*
|
|
|
x86/apic: Remove unused inline function apic_set_eoi_cb()
Yue Haibing
2024-08-07
1
-1
/
+0
[next]