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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-16
arm64: mm: implement pte_devmap support
Robin Murphy
3
-0
/
+23
2019-07-16
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
5
-6
/
+4
2019-07-16
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
2
-11
/
+1
2019-07-16
powerpc: define syscall_get_error()
Dmitry V. Levin
1
-0
/
+10
2019-07-16
parisc: define syscall_get_error()
Dmitry V. Levin
1
-0
/
+7
2019-07-16
mips: define syscall_get_error()
Dmitry V. Levin
1
-0
/
+6
2019-07-16
hexagon: define syscall_get_error() and syscall_get_return_value()
Dmitry V. Levin
1
-0
/
+14
2019-07-16
nds32: fix asm/syscall.h
Dmitry V. Levin
1
-10
/
+17
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
10
-156
/
+13
2019-07-16
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
3
-0
/
+15
2019-07-16
arch/*: remove unused isa_page_to_bus()
Stephen Kitt
4
-9
/
+0
2019-07-16
arch: replace _BITUL() in kernel-space headers with BIT()
Masahiro Yamada
9
-128
/
+129
2019-07-16
mm: fix the MAP_UNINITIALIZED flag
Christoph Hellwig
1
-5
/
+1
2019-07-17
riscv: drop unneeded -Wall addition
Masahiro Yamada
1
-2
/
+0
2019-07-17
x86/process: Delete useless check for dead process with LDT
Jann Horn
1
-11
/
+1
2019-07-17
x86: math-emu: Hide clang warnings for 16-bit overflow
Arnd Bergmann
2
-2
/
+2
2019-07-16
Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Linus Torvalds
14
-331
/
+368
2019-07-16
x86/e820: Use proper booleans instead of 0/1
Yi Wang
1
-2
/
+2
2019-07-16
x86/apic: Silence -Wtype-limits compiler warnings
Qian Cai
2
-2
/
+2
2019-07-16
x86/mm: Free sme_early_buffer after init
David Rientjes
1
-1
/
+1
2019-07-16
x86/boot: Fix memory leak in default_get_smp_config()
David Rientjes
1
-6
/
+4
2019-07-16
dma-direct: Force unencrypted DMA under SME for certain DMA masks
Tom Lendacky
4
-1
/
+38
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
25
-41
/
+41
2019-07-16
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
19
-269
/
+339
2019-07-16
Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
12
-0
/
+15
2019-07-16
MIPS: fix some more fall through errors in arch/mips
Stephen Rothwell
4
-2
/
+4
2019-07-15
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
7
-0
/
+40
2019-07-15
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2
-3
/
+12
2019-07-15
ARM: dts: gemini: Set DIR-685 SPI CS as active low
Linus Walleij
1
-1
/
+1
2019-07-15
ARM: stm32: use "depends on" instead of "if" after prompt
Masahiro Yamada
1
-1
/
+2
2019-07-15
Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into arm/soc
Olof Johansson
17
-541
/
+318
2019-07-15
KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
Liran Alon
1
-1
/
+4
2019-07-15
kvm: x86: ioapic and apic debug macros cleanup
Yi Wang
2
-101
/
+9
2019-07-15
Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix the test
Andy Lutomirski
1
-2
/
+12
2019-07-15
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
5
-6
/
+6
2019-07-15
docs: admin-guide: add kdump documentation into it
Mauro Carvalho Chehab
4
-5
/
+5
2019-07-15
docs: xtensa: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-15
docs: ia64: convert to ReST
Mauro Carvalho Chehab
4
-4
/
+4
2019-07-15
docs: arm: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
16
-25
/
+25
2019-07-15
kvm: x86: some tsc debug cleanup
Yi Wang
1
-8
/
+0
2019-07-15
kvm: vmx: fix coccinelle warnings
Yi Wang
1
-1
/
+1
2019-07-15
MIPS: perf events: handle switch statement falling through warnings
Stephen Rothwell
1
-15
/
+15
2019-07-15
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
1
-3
/
+3
2019-07-15
x86: kvm: avoid -Wsometimes-uninitized warning
Arnd Bergmann
1
-11
/
+9
2019-07-15
KVM: x86: expose AVX512_BF16 feature to guest
Jing Liu
1
-1
/
+11
2019-07-15
powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
Andrea Arcangeli
1
-1
/
+1
2019-07-15
KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseries
Suraj Jitindar Singh
1
-0
/
+11
2019-07-14
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-15
/
+3
2019-07-15
powerpc/pmu: Set pmcregs_in_use in paca when running as LPAR
Suraj Jitindar Singh
1
-3
/
+2
2019-07-15
KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting
Suraj Jitindar Singh
1
-0
/
+2
[prev]
[next]