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
2018-10-26
csky: Misc headers
Guo Ren
9
-0
/
+351
2018-10-26
csky: SMP support
Guo Ren
2
-0
/
+263
2018-10-26
csky: Debug and Ptrace GDB
Guo Ren
4
-0
/
+510
2018-10-26
csky: User access
Guo Ren
2
-0
/
+678
2018-10-26
csky: Library functions
Guo Ren
19
-0
/
+1420
2018-10-26
csky: ELF and module probe
Guo Ren
4
-0
/
+246
2018-10-26
csky: Atomic operations
Guo Ren
5
-0
/
+665
2018-10-26
csky: IRQ handling
Guo Ren
2
-0
/
+71
2018-10-26
csky: VDSO and rt_sigreturn
Guo Ren
4
-0
/
+138
2018-10-26
csky: Process management and Signal
Guo Ren
10
-0
/
+1231
2018-10-25
csky: MMU and page table management
Guo Ren
20
-0
/
+1620
2018-10-25
csky: Cache and TLB routines
Guo Ren
15
-0
/
+838
2018-10-25
csky: System Call
Guo Ren
5
-0
/
+153
2018-10-25
csky: Exception handling and mm-fault
Guo Ren
9
-0
/
+1546
2018-10-25
csky: Kernel booting
Guo Ren
3
-0
/
+305
2018-10-25
csky: defconfig
Guo Ren
1
-0
/
+61
2018-10-25
csky: Build infrastructure
Guo Ren
13
-0
/
+466
2018-10-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Greg Kroah-Hartman
9
-18
/
+30
2018-10-19
x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
Christoph Hellwig
1
-2
/
+0
2018-10-17
sparc: vDSO: Silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+3
2018-10-17
sparc: Fix syscall fallback bugs in VDSO.
David S. Miller
1
-1
/
+11
2018-10-17
Merge branch 'parisc-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Greg Kroah-Hartman
1
-1
/
+1
2018-10-17
x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context switch if there is an FPU
Sebastian Andrzej Siewior
1
-1
/
+1
2018-10-17
x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-1
/
+0
2018-10-17
x86/entry/64: Further improve paranoid_entry comments
Andy Lutomirski
1
-6
/
+4
2018-10-17
x86/entry/32: Clear the CS high bits
Jan Kiszka
1
-6
/
+7
2018-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Greg Kroah-Hartman
10
-61
/
+81
2018-10-16
parisc: Fix uninitialized variable usage in unwind.c
Helge Deller
1
-1
/
+1
2018-10-15
Revert "sparc: Convert to using %pOFn instead of device_node.name"
David S. Miller
4
-51
/
+51
2018-10-14
sparc64: Set %l4 properly on trap return after handling signals.
David S. Miller
1
-1
/
+2
2018-10-14
sparc64: Make proc_id signed.
David S. Miller
1
-1
/
+1
2018-10-14
x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGS
Nathan Chancellor
1
-0
/
+1
2018-10-14
x86/time: Correct the attribute on jiffies' definition
Nathan Chancellor
1
-1
/
+1
2018-10-14
x86/entry: Add some paranoid entry/exit CR3 handling comments
Dave Hansen
1
-0
/
+15
2018-10-14
x86/percpu: Fix this_cpu_read()
Peter Zijlstra
1
-4
/
+4
2018-10-14
x86/tsc: Force inlining of cyc2ns bits
Peter Zijlstra
1
-3
/
+3
2018-10-14
Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Greg Kroah-Hartman
2
-3
/
+3
2018-10-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Greg Kroah-Hartman
3
-6
/
+14
2018-10-13
KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()
Vitaly Kuznetsov
1
-1
/
+5
2018-10-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Greg Kroah-Hartman
2
-26
/
+31
2018-10-12
sparc: Throttle perf events properly.
David S. Miller
1
-0
/
+9
2018-10-12
sparc: Fix single-pcr perf event counter management.
David S. Miller
1
-4
/
+13
2018-10-12
Merge tag 'armsoc-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Greg Kroah-Hartman
1
-0
/
+11
2018-10-12
arm64: perf: Reject stand-alone CHAIN events for PMUv3
Will Deacon
1
-0
/
+7
2018-10-12
arm64: Fix /proc/iomem for reserved but not memory regions
Will Deacon
1
-26
/
+24
2018-10-12
vmlinux.lds.h: Fix incomplete .text.exit discards
Peter Oberparleiter
1
-0
/
+2
2018-10-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Greg Kroah-Hartman
4
-27
/
+45
2018-10-10
Merge tag 's390-4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Greg Kroah-Hartman
3
-7
/
+6
2018-10-10
Merge tag 'mips_fixes_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Greg Kroah-Hartman
5
-27
/
+78
2018-10-09
sparc: Wire up io_pgetevents system call.
David S. Miller
3
-4
/
+5
[next]