index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: use memcpy based uaccess for nommu again
Christoph Hellwig
2020-10-04
3
-19
/
+20
*
asm-generic: make the set_fs implementation optional
Christoph Hellwig
2020-10-04
1
-0
/
+2
*
asm-generic: add nommu implementations of __{get,put}_kernel_nofault
Christoph Hellwig
2020-10-04
1
-0
/
+16
*
asm-generic: improve the nommu {get,put}_user handling
Christoph Hellwig
2020-10-04
1
-40
/
+51
*
uaccess: provide a generic TASK_SIZE_MAX definition
Christoph Hellwig
2020-10-04
1
-0
/
+4
*
Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Palmer Dabbelt
2020-10-04
52
-495
/
+344
|
\
|
*
powerpc: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-09
6
-64
/
+9
|
*
powerpc: use non-set_fs based maccess routines
Christoph Hellwig
2020-09-09
1
-0
/
+16
|
*
x86: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-09
8
-77
/
+39
|
*
x86: make TASK_SIZE_MAX usable from assembly code
Christoph Hellwig
2020-09-09
2
-3
/
+3
|
*
x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
Christoph Hellwig
2020-09-09
3
-49
/
+49
|
*
lkdtm: remove set_fs-based tests
Christoph Hellwig
2020-09-09
5
-31
/
+0
|
*
test_bitmap: remove user bitmap tests
Christoph Hellwig
2020-09-09
1
-70
/
+21
|
*
uaccess: add infrastructure for kernel builds with set_fs()
Christoph Hellwig
2020-09-09
26
-0
/
+45
|
*
fs: don't allow splice read/write without explicit ops
Christoph Hellwig
2020-09-09
3
-119
/
+15
|
*
fs: don't allow kernel reads and writes without iter ops
Christoph Hellwig
2020-09-09
1
-25
/
+42
|
*
sysctl: Convert to iter interfaces
Matthew Wilcox (Oracle)
2020-09-09
3
-26
/
+26
|
*
proc: add a read_iter method to proc proc_ops
Christoph Hellwig
2020-09-04
2
-3
/
+51
|
*
proc: cleanup the compat vs no compat file ops
Christoph Hellwig
2020-09-04
1
-6
/
+4
|
*
proc: remove a level of indentation in proc_get_inode
Christoph Hellwig
2020-09-04
1
-35
/
+37
*
|
RISC-V: Add page table dump support for uefi
Atish Patra
2020-10-02
1
-6
/
+42
*
|
RISC-V: Add EFI runtime services
Atish Patra
2020-10-02
11
-4
/
+287
*
|
RISC-V: Add EFI stub support.
Atish Patra
2020-10-02
7
-1
/
+180
*
|
RISC-V: Add PE/COFF header for EFI stub
Atish Patra
2020-10-02
5
-2
/
+212
*
|
RISC-V: Implement late mapping page table allocation functions
Atish Patra
2020-10-02
1
-31
/
+99
*
|
RISC-V: Add early ioremap support
Atish Patra
2020-10-02
6
-0
/
+51
*
|
RISC-V: Move DT mapping outof fixmap
Anup Patel
2020-10-02
6
-22
/
+20
*
|
Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...
Palmer Dabbelt
2020-10-02
10
-209
/
+62
|
\
\
|
*
|
efi/libstub: arm32: Use low allocation for the uncompressed kernel
Ard Biesheuvel
2020-09-16
4
-189
/
+38
|
*
|
efi/libstub: Export efi_low_alloc_above() to other units
Ard Biesheuvel
2020-09-16
2
-2
/
+5
|
*
|
efi/libstub: arm32: Base FDT and initrd placement on image address
Ard Biesheuvel
2020-09-16
4
-18
/
+16
|
*
|
efi: Rename arm-init to efi-init common for all arch
Atish Patra
2020-09-11
2
-1
/
+1
|
*
|
include: pe.h: Add RISC-V related PE definition
Atish Patra
2020-09-11
1
-0
/
+3
|
|
/
*
|
RISC-V: Fix duplicate included thread_info.h
Tian Tao
2020-09-16
1
-1
/
+0
*
|
riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()
Pekka Enberg
2020-09-16
1
-1
/
+2
*
|
riscv/mm/fault: Fix inline placement in vmalloc_fault() declaration
Pekka Enberg
2020-09-16
1
-1
/
+1
*
|
riscv: Add cache information in AUX vector
Zong Li
2020-09-16
4
-2
/
+71
*
|
riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
Zong Li
2020-09-16
1
-0
/
+3
*
|
riscv: Set more data to cacheinfo
Zong Li
2020-09-16
1
-15
/
+51
*
|
riscv/mm/fault: Move access error check to function
Pekka Enberg
2020-09-16
1
-21
/
+27
*
|
riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()
Pekka Enberg
2020-09-16
1
-1
/
+3
*
|
riscv/mm/fault: Simplify mm_fault_error()
Pekka Enberg
2020-09-16
1
-23
/
+18
*
|
riscv/mm/fault: Move fault error handling to mm_fault_error()
Pekka Enberg
2020-09-16
1
-25
/
+31
*
|
riscv/mm/fault: Simplify fault error handling
Pekka Enberg
2020-09-16
1
-10
/
+8
*
|
riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()
Pekka Enberg
2020-09-16
1
-82
/
+82
*
|
riscv/mm/fault: Move bad area handling to bad_area()
Pekka Enberg
2020-09-16
1
-27
/
+40
*
|
riscv/mm/fault: Move no context handling to no_context()
Pekka Enberg
2020-09-16
1
-31
/
+52
*
|
riscv/mm: Simplify retry logic in do_page_fault()
Pekka Enberg
2020-09-16
1
-11
/
+9
*
|
Linux 5.9-rc2
v5.9-rc2
Linus Torvalds
2020-08-23
1
-1
/
+1
*
|
Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-08-23
21
-25
/
+161
|
\
\
[next]