index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
1
-9
/
+0
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-1
/
+1
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
1
-0
/
+4
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
1
-2
/
+1
2020-06-02
mm: remove map_vm_range
Christoph Hellwig
1
-6
/
+4
2020-06-02
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
1
-1
/
+1
2020-06-02
mm: remove __get_vm_area
Christoph Hellwig
1
-2
/
+0
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
1
-1
/
+1
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
1
-0
/
+1
2020-06-02
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
1
-0
/
+1
2020-06-02
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
2
-3
/
+8
2020-06-02
include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
Miaohe Lin
1
-1
/
+0
2020-06-02
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
1
-0
/
+1
2020-06-02
mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
Wei Yang
1
-5
/
+10
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
1
-0
/
+2
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2
-5
/
+1
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
1
-1
/
+2
2020-06-02
mm_types.h: change set_page_private to inline function
Guoqing Jiang
1
-1
/
+5
2020-06-02
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
1
-8
/
+0
2020-06-02
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
1
-0
/
+37
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
1
-0
/
+3
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
1
-0
/
+2
2020-06-02
mm: add new readahead_control API
Matthew Wilcox (Oracle)
1
-0
/
+140
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2
-19
/
+8
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2
-1
/
+20
2020-06-02
keys: Implement update for the big_key type
David Howells
1
-0
/
+1
2020-06-02
KEYS: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
1
-1
/
+1
2020-06-02
vfio-ccw: Introduce a new schib region
Farhan Ali
2
-0
/
+11
2020-06-02
hw-breakpoints: Fix build warnings with clang
Ravi Bangoria
1
-0
/
+4
2020-06-02
irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too
Ingo Molnar
1
-0
/
+2
2020-06-02
Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...
Joerg Roedel
6
-162
/
+119
2020-06-02
virtio: force spec specified alignment on types
Michael S. Tsirkin
2
-14
/
+38
2020-06-02
virtio: add VIRTIO_RING_NO_LEGACY
Matej Genci
1
-0
/
+4
2020-06-01
Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
8
-7
/
+45
2020-06-01
Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+17
2020-06-01
Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+8
2020-06-01
Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-19
/
+4
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
20
-54
/
+143
2020-06-01
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-1
/
+6
2020-06-01
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
4
-0
/
+17
2020-06-01
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
1
-0
/
+6
2020-06-01
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
4
-27
/
+76
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
10
-13
/
+167
2020-06-01
bpf: Use tracing helpers for lsm programs
Jiri Olsa
1
-0
/
+3
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
[prev]
[next]