index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: oom_kill: simplify OOM killer locking
Johannes Weiner
2019-07-08
1
-3
/
+2
*
mm: oom_kill: clean up victim marking and exiting interfaces
Johannes Weiner
2019-07-08
1
-3
/
+4
*
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2019-07-08
1
-11
/
+3
*
partial merge fix - BACKPORT: random: introduce getrandom(2) system call
Theodore Ts'o
2019-07-07
2
-1
/
+7
*
lsm: split the xfrm_state_alloc_security() hook implementation
Paul Moore
2019-07-06
1
-8
/
+18
*
xattr: Constify ->name member of "struct xattr".
Tetsuo Handa
2019-07-06
3
-6
/
+6
*
Provide a function to create a NUL-terminated string from unterminated data
David Howells
2019-07-06
1
-0
/
+1
*
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2019-05-03
1
-0
/
+2
*
netfilter: ipv6: nf_defrag: reduce struct net memory waste
Eric Dumazet
2019-05-03
2
-1
/
+1
*
soreuseport: initialise timewait reuseport field
Eric Dumazet
2019-05-03
1
-0
/
+1
*
driver core: dev_set_drvdata returns void
Jean Delvare
2019-05-03
1
-1
/
+1
*
mm: add zone counter for cma pages
Vinayak Menon
2019-05-03
2
-2
/
+3
*
mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
Jiang Liu
2019-05-02
2
-8
/
+12
*
mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED
Zhang Yanfei
2019-05-02
1
-7
/
+7
*
mm: Update is_vmalloc_addr to account for vmalloc savings
Laura Abbott
2019-05-02
2
-6
/
+7
*
vmalloc: introduce remap_vmalloc_range_partial
HATAYAMA Daisuke
2019-05-02
1
-0
/
+4
*
oom: add helpers for setting and clearing TIF_MEMDIE
Michal Hocko
2019-05-02
1
-0
/
+4
*
oom: don't assume that a coredumping thread will exit soon
Oleg Nesterov
2019-05-02
1
-0
/
+11
*
mm, oom: rename zonelist locking functions
David Rientjes
2019-05-02
1
-2
/
+2
*
mm, oom: ensure memoryless node zonelist always includes zones
David Rientjes
2019-05-02
1
-1
/
+10
*
PM / sleep: Mechanism for aborting system suspends unconditionally
Rafael J. Wysocki
2019-05-02
1
-0
/
+4
*
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...
Oleg Nesterov
2019-05-02
1
-1
/
+1
*
sched, exit: Deal with nested sleeps
Peter Zijlstra
2019-05-02
1
-0
/
+2
*
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
2019-05-02
2
-3
/
+2
*
exit.c: unexport __set_special_pids()
Oleg Nesterov
2019-05-02
1
-2
/
+0
*
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
2019-05-02
1
-0
/
+1
*
vfs: delete vfs_readdir function declaration
Zhang Zhen
2019-05-02
1
-1
/
+0
*
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
Moyster
2019-05-02
1
-0
/
+1
*
clean up process flags
Corinna Vinschen
2019-05-02
1
-0
/
+5
*
memcg: kill CONFIG_MM_OWNER
Oleg Nesterov
2019-05-02
2
-3
/
+3
*
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
2019-05-02
1
-0
/
+6
*
nospec: Include <asm/barrier.h> dependency
Dan Williams
2019-05-02
1
-0
/
+1
*
nospec: Allow index argument to have const-qualified type
Rasmus Villemoes
2019-05-02
1
-2
/
+1
*
nospec: Kill array_index_nospec_mask_check()
Dan Williams
2019-05-02
1
-21
/
+1
*
nospec: Move array_index_nospec() parameter checking into separate macro
Will Deacon
2019-05-02
1
-15
/
+21
*
array_index_nospec: Sanitize speculative array de-references
Dan Williams
2019-05-02
1
-0
/
+72
*
Make file credentials available to the seqfile interfaces
Linus Torvalds
2019-05-02
1
-9
/
+4
*
allow O_TMPFILE to work with O_WRONLY
Al Viro
2019-05-02
1
-2
/
+2
*
Safer ABI for O_TMPFILE
Al Viro
2019-05-02
1
-2
/
+6
*
allow the temp files created by open() to be linked to
Al Viro
2019-05-02
1
-0
/
+1
*
it's still short a few helpers, but infrastructure should be OK now...
Al Viro
2019-05-02
3
-0
/
+7
*
iio:st sensors: remove custom sampling frequence attribute in favour of core ...
Jonathan Cameron
2018-12-11
1
-11
/
+1
*
iio: Added ST-sensors platform data to select the DRDY interrupt pin
Denis CIOCCA
2018-12-11
1
-3
/
+11
*
iio:common: Removed stuff macros, added num_data_channels on st_sensors struc...
Denis CIOCCA
2018-12-11
1
-2
/
+2
*
iio:common: ST_SENSORS_LSM_CHANNELS macro changed
Denis CIOCCA
2018-12-11
1
-11
/
+9
*
mm: vmpressure: dynamic window sizing.
Martijn Coenen
2018-12-11
1
-2
/
+33
*
mm, oom: make dump_tasks public
Liam Mark
2018-12-01
1
-0
/
+3
*
mm: add CMA page allocation
fire855
2018-11-30
3
-16
/
+10
*
gcc6: avoid declaration of unused static struct in cpufeature.h
Andreas Fenkart
2018-11-30
1
-2
/
+13
*
blk: rq_data_dir() should not return a boolean
Linus Torvalds
2018-11-30
1
-1
/
+1
[next]