Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a0b0d1c345d0317efe594df268feb5ccc99f651e
a0b0d1c
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
by Danilo Krummrich
· 7 years ago
21dae0a
proc: use set_puts() at /proc/*/wchan
by Alexey Dobriyan
· 7 years ago
24b2ec2
proc: check permissions earlier for /proc/*/wchan
by Alexey Dobriyan
· 7 years ago
d0f0223
proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status
by Andrei Vagin
· 7 years ago
48dffbf
proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull
by Andrei Vagin
· 7 years ago
f664066
proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps
by Andrei Vagin
· 7 years ago
d1be35c
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
by Andrei Vagin
· 7 years ago
2acddbe
proc: account "struct pde_opener"
by Alexey Dobriyan
· 7 years ago
195b8cf
proc: move "struct pde_opener" to kmem cache
by Alexey Dobriyan
· 7 years ago
a9fabc3
proc: randomize "struct pde_opener"
by Alexey Dobriyan
· 7 years ago
e7a6e29
proc: faster open/close of files without ->release hook
by Alexey Dobriyan
· 7 years ago
e74a0ef
proc: move /proc/sysvipc creation to where it belongs
by Alexey Dobriyan
· 7 years ago
2f89742
proc: do less stuff under ->pde_unload_lock
by Alexey Dobriyan
· 7 years ago
68c3411
proc: get rid of task lock/unlock pair to read umask for the "status" file
by Mateusz Guzik
· 7 years ago
8cfa67b4
procfs: optimize seq_pad() to speed up /proc/pid/maps
by Andrei Vagin
· 7 years ago
0e3dc01
procfs: add seq_put_hex_ll to speed up /proc/pid/maps
by Andrei Vagin
· 7 years ago
69ca372
kasan: prevent compiler from optimizing away memset in tests
by Andrey Konovalov
· 7 years ago
91c93ed
kasan: fix invalid-free test crashing the kernel
by Andrey Konovalov
· 7 years ago
c389539
kasan, slub: fix handling of kasan_slab_free hook
by Andrey Konovalov
· 7 years ago
b7d349c
mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
by Joonsoo Kim
· 7 years ago
3d2054a
ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y
by Joonsoo Kim
· 7 years ago
1d47a3e
mm/cma: remove ALLOC_CMA
by Joonsoo Kim
· 7 years ago
bad8c6c
mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
by Joonsoo Kim
· 7 years ago
d3cda23
mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
by Joonsoo Kim
· 7 years ago
94723aa
mm: unclutter THP migration
by Michal Hocko
· 7 years ago
666feb2
mm, migrate: remove reason argument from new_page_t
by Michal Hocko
· 7 years ago
a49bd4d
mm, numa: rework do_pages_move
by Michal Hocko
· 7 years ago
bfc6b1c
mm/swapfile.c: make pointer swap_avail_heads static
by Colin Ian King
· 7 years ago
4eaf431
memcg: fix per_node_info cleanup
by Michal Hocko
· 7 years ago
a06ad63
swap: divide-by-zero when zero length swap file on ssd
by Tom Abraham
· 7 years ago
e27be24
mm: memcg: make sure memory.events is uptodate when waking pollers
by Johannes Weiner
· 7 years ago
a38c015
mm/ksm.c: fix inconsistent accounting of zero pages
by Claudio Imbrenda
· 7 years ago
8a97ea54
mm/z3fold.c: use gfpflags_allow_blocking
by Matthew Wilcox
· 7 years ago
1ec6995
z3fold: fix memory leak
by Xidong Wang
· 7 years ago
2a70f6a
memcg, thp: do not invoke oom killer on thp charges
by Michal Hocko
· 7 years ago
0770712
mm/migrate: properly preserve write attribute in special migrate entry
by Ralph Campbell
· 7 years ago
bc8755b
mm: check __highest_present_section_nr directly in memory_dev_init()
by Wei Yang
· 7 years ago
09a913a
sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages
by Mel Gorman
· 7 years ago
e8eddfd
Documentation/vm/hmm.txt: typos and syntaxes fixes
by Jérôme Glisse
· 7 years ago
9d8a463
mm/hmm: fix header file if/else/endif maze, again
by Arnd Bergmann
· 7 years ago
18be460
mm/hmm.c: remove superfluous RCU protection around radix tree lookup
by Tejun Heo
· 7 years ago
f88a1e9
mm/hmm: use device driver encoding for HMM pfn
by Jérôme Glisse
· 7 years ago
2aee09d
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
by Jérôme Glisse
· 7 years ago
53f5c3f
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
by Jérôme Glisse
· 7 years ago
33cd47d
mm/hmm: move hmm_pfns_clear() closer to where it is used
by Jérôme Glisse
· 7 years ago
b274411
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
by Jérôme Glisse
· 7 years ago
5504ed2
mm/hmm: do not differentiate between empty entry or missing directory
by Jérôme Glisse
· 7 years ago
855ce7d
mm/hmm: cleanup special vma handling (VM_SPECIAL)
by Jérôme Glisse
· 7 years ago
ff05c0c
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
by Jérôme Glisse
· 7 years ago
86586a4
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
by Jérôme Glisse
· 7 years ago
08232a4
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
by Jérôme Glisse
· 7 years ago
c719547
mm/hmm: hmm_pfns_bad() was accessing wrong struct
by Jérôme Glisse
· 7 years ago
c01cbba
mm/hmm: unregister mmu_notifier when last HMM client quit
by Jérôme Glisse
· 7 years ago
e140151
mm/hmm: HMM should have a callback before MM is destroyed
by Ralph Campbell
· 7 years ago
b28b08d
mm/hmm: fix header file if/else/endif maze
by Jérôme Glisse
· 7 years ago
76ea470
mm/hmm: documentation editorial update to HMM documentation
by Ralph Campbell
· 7 years ago
d51d1e6
mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event
by Steven Rostedt
· 7 years ago
e3c1ac5
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
by Andrey Ryabinin
· 7 years ago
d108c77
mm/vmscan: don't change pgdat state on base of a single LRU list state
by Andrey Ryabinin
· 7 years ago
c4fd4fa
mm/vmscan: remove redundant current_may_throttle() check
by Andrey Ryabinin
· 7 years ago
894befe
mm/vmscan: update stale comments
by Andrey Ryabinin
· 7 years ago
d79f7aa
mm: treat indirectly reclaimable memory as free in overcommit logic
by Roman Gushchin
· 7 years ago
f1782c9
dcache: account external names as indirectly reclaimable memory
by Roman Gushchin
· 7 years ago
034ebf6
mm: treat indirectly reclaimable memory as available in MemAvailable
by Roman Gushchin
· 7 years ago
eb59254
mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
by Roman Gushchin
· 7 years ago
f77cfbe
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
by Linus Torvalds
· 7 years ago
948869f
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
2a56bb5
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
9f3a094
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
fbe173e
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 7 years ago
5e630af
Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
7aa1cf2
Merge tag 'sound-fix-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
d362600
Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
85fa2cc
c6x: pass endianness info to sparse
by Luc Van Oostenryck
· 7 years ago
319938b
c6x: fix platforms/plldata.c get_coreid build error
by Randy Dunlap
· 7 years ago
f5ad907
c6x: remove unused KTHREAD_SIZE definition
by Jérémy Lefaure
· 7 years ago
71219b3
Merge tag 'hwmon-for-linus-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
fd3b36d
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
8ea4a5d
Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
190f2ac
Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
fd40ffc
selinux: fix missing dput() before selinuxfs unmount
by Stephen Smalley
· 7 years ago
d8312a3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
e13e75b
Merge branch 'for-4.17/dax' into libnvdimm-for-next
by Dan Williams
· 7 years ago
1ed41b5
Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next
by Dan Williams
· 7 years ago
e9092d0
Fix subtle macro variable shadowing in min_not_zero()
by Linus Torvalds
· 7 years ago
7886e8a
Merge branch 'for-linus-sa1100' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
4a1e005
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 7 years ago
2025fef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 7 years ago
5148408
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
by Linus Torvalds
· 7 years ago
291717b
libnvdimm, of_pmem: workaround OF_NUMA=n build error
by Dan Williams
· 7 years ago
becdce1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
e1a3a98
ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() error
by Takashi Iwai
· 7 years ago
a2ac999
vhost-net: set packet weight of tx polling to 2 * vq size
by haibinzhang(张海斌)
· 7 years ago
9b5c4df
net: thunderx: rework mac addresses list to u64 array
by Vadim Lomovtsev
· 7 years ago
b6a37e5
inetpeer: fix uninit-value in inet_getpeer
by Eric Dumazet
· 7 years ago
9178caf
Merge branches 'devel-stable' and 'misc' into for-linus
by Russell King
· 7 years ago
76327a3
dp83640: Ensure against premature access to PHY registers after reset
by Esben Haabendal
· 7 years ago
1f1cba7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
4c7c12e
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 7 years ago
Next »