index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-18
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2020-10-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-7
/
+22
2020-10-18
Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2
-13
/
+2
2020-10-18
x86/xen: open code alloc_vm_area in arch_gnttab_valloc
Christoph Hellwig
1
-7
/
+20
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
2
-0
/
+2
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2
-2
/
+2
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-81
/
+245
2020-10-15
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-11
/
+9
2020-10-15
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
2
-1
/
+7
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
6
-11
/
+15
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-1
/
+1
2020-10-14
Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT
Michael Kelley
2
-1
/
+7
2020-10-14
Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-1
/
+0
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-0
/
+24
2020-10-14
x86/syscalls: Document the fact that syscalls 512-547 are a legacy mistake
Andy Lutomirski
1
-4
/
+6
2020-10-14
Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-1
/
+10
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
67
-450
/
+3986
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-92
/
+25
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-51
/
+47
2020-10-14
x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compiled kernels
Jiri Slaby
1
-8
/
+1
2020-10-14
x86/kexec: Use up-to-dated screen_info copy to fill boot params
Kairui Song
1
-2
/
+1
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
1
-1
/
+1
2020-10-13
x86/setup: simplify reserve_crashkernel()
Mike Rapoport
1
-26
/
+14
2020-10-13
x86/setup: simplify initrd relocation and reservation
Mike Rapoport
1
-13
/
+3
2020-10-13
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
1
-1
/
+0
2020-10-13
efi/fake_mem: arrange for a resource entry per efi_fake_mem instance
Dan Williams
1
-1
/
+15
2020-10-13
x86/numa: add 'nohmat' option
Dan Williams
1
-0
/
+2
2020-10-13
x86/numa: cleanup configuration dependent command-line options
Dan Williams
4
-9
/
+12
2020-10-13
Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-16
/
+0
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-25
/
+18
2020-10-13
Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+1
2020-10-13
x86/platform/uv: Remove unused variable in UV5 NMI handler
Mike Travis
1
-3
/
+0
2020-10-13
x86/traps: Fix #DE Oops message regression
Thomas Gleixner
1
-1
/
+1
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
8
-53
/
+50
2020-10-13
Merge branch 'acpi-numa'
Rafael J. Wysocki
3
-0
/
+24
2020-10-12
x86/uaccess: utilize CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Nick Desaulniers
1
-0
/
+66
2020-10-12
x86: Make __put_user() generate an out-of-line call
Linus Torvalds
2
-81
/
+60
2020-10-12
x86: Make __get_user() generate an out-of-line call
Linus Torvalds
2
-74
/
+114
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-3
/
+2
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-10
/
+15
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
8
-280
/
+155
2020-10-12
Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-52
/
+19
2020-10-12
Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-236
/
+27
2020-10-12
Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+0
2020-10-12
Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+10
2020-10-12
Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-135
/
+107
2020-10-12
Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-105
/
+3
2020-10-12
Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
15
-237
/
+1079
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-42
/
+266
[prev]
[next]