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
...
|
*
|
|
|
|
|
|
x86: remove always-defined CONFIG_AS_SSSE3
Masahiro Yamada
2020-04-08
5
-15
/
+4
|
*
|
|
|
|
|
|
x86: remove always-defined CONFIG_AS_CFI_SECTIONS
Masahiro Yamada
2020-04-08
2
-6
/
+2
|
*
|
|
|
|
|
|
x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
Masahiro Yamada
2020-04-08
2
-10
/
+2
|
*
|
|
|
|
|
|
x86: remove always-defined CONFIG_AS_CFI
Masahiro Yamada
2020-04-08
2
-44
/
+2
|
*
|
|
|
|
|
|
x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
Masahiro Yamada
2020-04-08
1
-1
/
+1
|
*
|
|
|
|
|
|
lib/raid6/test: fix build on distros whose /bin/sh is not bash
Masahiro Yamada
2020-04-08
1
-3
/
+3
|
*
|
|
|
|
|
|
sh: remove unneeded uapi asm-generic wrappers
Masahiro Yamada
2020-04-08
2
-4
/
+0
|
*
|
|
|
|
|
|
h8300: move definition of __kernel_size_t etc. to posix_types.h
Masahiro Yamada
2020-04-08
2
-15
/
+13
|
*
|
|
|
|
|
|
sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
Masahiro Yamada
2020-04-08
1
-5
/
+3
|
|
/
/
/
/
/
/
*
|
|
|
|
|
/
mailmap: Add Sedat Dilek (replacement for expired email address)
Sedat Dilek
2020-04-11
1
-0
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-11
130
-366
/
+706
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ipc/util.c: sysvipc_find_ipc() should increase position index
Vasily Averin
2020-04-11
1
-1
/
+1
|
*
|
|
|
|
|
kernel/gcov/fs.c: gcov_seq_next() should increase position index
Vasily Averin
2020-04-11
1
-1
/
+1
|
*
|
|
|
|
|
fs/seq_file.c: seq_read(): add info message about buggy .next functions
Vasily Averin
2020-04-11
1
-2
/
+5
|
*
|
|
|
|
|
drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
kbuild test robot
2020-04-11
1
-1
/
+0
|
*
|
|
|
|
|
change email address for Pali Rohár
Pali Rohár
2020-04-11
24
-41
/
+42
|
*
|
|
|
|
|
selftests: kmod: test disabling module autoloading
Eric Biggers
2020-04-11
1
-0
/
+30
|
*
|
|
|
|
|
selftests: kmod: fix handling test numbers above 9
Eric Biggers
2020-04-11
1
-4
/
+9
|
*
|
|
|
|
|
docs: admin-guide: document the kernel.modprobe sysctl
Eric Biggers
2020-04-11
1
-0
/
+21
|
*
|
|
|
|
|
fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
Eric Biggers
2020-04-11
1
-1
/
+3
|
*
|
|
|
|
|
kmod: make request_module() return an error when autoloading is disabled
Eric Biggers
2020-04-11
1
-2
/
+2
|
*
|
|
|
|
|
mm/memremap: set caching mode for PCI P2PDMA memory to WC
Logan Gunthorpe
2020-04-11
1
-0
/
+3
|
*
|
|
|
|
|
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2020-04-11
10
-7
/
+36
|
*
|
|
|
|
|
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
2020-04-11
7
-17
/
+27
|
*
|
|
|
|
|
x86/mm: introduce __set_memory_prot()
Logan Gunthorpe
2020-04-11
2
-0
/
+14
|
*
|
|
|
|
|
x86/mm: thread pgprot_t through init_memory_mapping()
Logan Gunthorpe
2020-04-11
8
-25
/
+34
|
*
|
|
|
|
|
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2020-04-11
10
-33
/
+33
|
*
|
|
|
|
|
mm/memory_hotplug: drop the flags field from struct mhp_restrictions
Logan Gunthorpe
2020-04-11
1
-2
/
+0
|
*
|
|
|
|
|
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
2020-04-11
21
-95
/
+58
|
*
|
|
|
|
|
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
2020-04-11
11
-12
/
+16
|
*
|
|
|
|
|
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-04-11
28
-89
/
+31
|
*
|
|
|
|
|
mm/memory.c: add vm_insert_pages()
Arjun Roy
2020-04-11
2
-2
/
+129
|
*
|
|
|
|
|
mm: define pte_index as macro for x86
Arjun Roy
2020-04-11
1
-0
/
+3
|
*
|
|
|
|
|
mm: bring sparc pte_index() semantics inline with other platforms
Arjun Roy
2020-04-11
1
-5
/
+5
|
*
|
|
|
|
|
mm/memory.c: refactor insert_page to prepare for batched-lock insert
Arjun Roy
2020-04-11
1
-15
/
+24
|
*
|
|
|
|
|
mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area
Jaewon Kim
2020-04-11
1
-0
/
+2
|
*
|
|
|
|
|
mm: hugetlb: optionally allocate gigantic hugepages using cma
Roman Gushchin
2020-04-11
5
-0
/
+139
|
*
|
|
|
|
|
mm: cma: NUMA node interface
Aslan Bakirov
2020-04-11
4
-10
/
+25
|
*
|
|
|
|
|
ocfs2: no need try to truncate file beyond i_size
Changwei Ge
2020-04-11
1
-0
/
+4
|
*
|
|
|
|
|
mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static
Jason Yan
2020-04-11
1
-2
/
+2
|
*
|
|
|
|
|
mm/page_alloc.c: fix kernel-doc warning
Randy Dunlap
2020-04-11
1
-0
/
+1
|
*
|
|
|
|
|
docs: mm: slab.h: fix a broken cross-reference
Mauro Carvalho Chehab
2020-04-11
1
-1
/
+1
|
*
|
|
|
|
|
mm, slab_common: fix a typo in comment "eariler"->"earlier"
Qiujun Huang
2020-04-11
1
-1
/
+1
|
*
|
|
|
|
|
mm, memcg: do not high throttle allocators based on wraparound
Jakub Kicinski
2020-04-11
1
-0
/
+3
|
*
|
|
|
|
|
hfsplus: fix crash and filesystem corruption when deleting files
Simon Gander
2020-04-11
1
-0
/
+4
*
|
|
|
|
|
|
Merge tag 'docs-5.7-2' of git://git.lwn.net/linux
Linus Torvalds
2020-04-11
6
-24
/
+22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Documentation: android: binderfs: add 'stats' mount option
Randy Dunlap
2020-04-10
1
-0
/
+6
|
*
|
|
|
|
|
|
Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation links
Joakim Lönnegren
2020-04-07
1
-5
/
+2
|
*
|
|
|
|
|
|
docs: driver-api: address duplicate label warning
Lukas Bulwahn
2020-04-07
1
-3
/
+0
|
*
|
|
|
|
|
|
Documentation: sysrq: fix RST formatting
Alyssa Ross
2020-04-07
1
-9
/
+11
[prev]
[next]