Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
abe19b7b822a8fdbe3dbfd6e066d0698b4eefb06
abe19b7
dcdbas: use memory_read_from_buffer()
by Akinobu Mita
· 16 years ago
f37e661
firmware: use memory_read_from_buffer()
by Akinobu Mita
· 16 years ago
ec905a1
drivers/misc/phantom: note PCI
by Jiri Slaby
· 16 years ago
ace7dd9
Char: mxser, various cleanups
by Jiri Slaby
· 16 years ago
1df0092
Char: mxser, remove predefined isa support
by Jiri Slaby
· 16 years ago
83766bc
Char: mxser, prints cleanup
by Jiri Slaby
· 16 years ago
729f0ed
Char: mxser, update documentation
by Jiri Slaby
· 16 years ago
72800df
Char: mxser, globals cleanup
by Jiri Slaby
· 16 years ago
41aee9a
Char: mxser, ioctl cleanup
by Jiri Slaby
· 16 years ago
6ee8928
nwflash: use simple_read_from_buffer()
by Akinobu Mita
· 16 years ago
236b875
dsp56k: BKL pushdown
by Alan Cox
· 16 years ago
b8e3591
ds1302: push down the BKL into the driver ioctl code
by Alan Cox
· 16 years ago
6d535d3
ppdev: wrap ioctl handler in driver and push lock down
by Alan Cox
· 16 years ago
e05e9f7
ixj: push BKL into driver and wrap ioctls
by Alan Cox
· 16 years ago
11af747
sx: push BKL down into the firmware ioctl handler
by Alan Cox
· 16 years ago
f6759fd
rio: push down the BKL into the firmware ioctl handler
by Alan Cox
· 16 years ago
909d145
mwave: ioctl BKL pushdown
by Alan Cox
· 16 years ago
47be36a
ip2: push BKL down for the firmware interface
by Alan Cox
· 16 years ago
76528a4
efirtc: push down the BKL
by Alan Cox
· 16 years ago
372572e
#if 0 hpet_unregister()
by Adrian Bunk
· 16 years ago
8d1e120
proper extern for mwave_s_mdd
by Adrian Bunk
· 16 years ago
79885b2
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
by Edgar E. Iglesias
· 16 years ago
7833351
pty: remove unused UNIX98_PTY_COUNT options
by Adrian Bunk
· 16 years ago
9eefe52
ipc: do not use a negative value to re-enable msgmni automatic recomputing
by Nadia Derbey
· 16 years ago
f1a43f9
ipc: use simple_read_from_buffer()
by Akinobu Mita
· 16 years ago
380af1b
ipc/sem.c: rewrite undo list locking
by Manfred Spraul
· 16 years ago
a1193f8
ipc/sem.c: convert sem_array.sem_pending to struct list_head
by Manfred Spraul
· 16 years ago
2c0c29d
ipc/sem.c: remove unused entries from struct sem_queue
by Manfred Spraul
· 16 years ago
4daa28f
ipc/sem.c: convert undo structures to struct list_head
by Manfred Spraul
· 16 years ago
00c2bf8
ipc: get rid of ipc_lock_down()
by Nadia Derbey
· 16 years ago
983bfb7
ipc: call idr_find() without locking in ipc_lock()
by Nadia Derbey
· 16 years ago
cf481c2
idr: make idr_remove rcu-safe
by Nadia Derbey
· 16 years ago
f9c46d6
idr: make idr_find rcu-safe
by Nadia Derbey
· 16 years ago
3219b3b
idr: make idr_get_new* rcu-safe
by Nadia Derbey
· 16 years ago
944ca05
idr: error checking factorization
by Nadia Derbey
· 16 years ago
f098ad6
idr: fix a printk call
by Nadia Derbey
· 16 years ago
4ae5378
idr: rename some of the idr APIs internal routines
by Nadia Derbey
· 16 years ago
2027d1a
idr: change the idr structure
by Nadia Derbey
· 16 years ago
95b68de
calgary iommu: use the first kernels TCE tables in kdump
by Chandru
· 16 years ago
8448502
workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails
by Oleg Nesterov
· 16 years ago
8de6d30
workqueues: schedule_on_each_cpu() can use schedule_work_on()
by Oleg Nesterov
· 16 years ago
ef1ca23
workqueues: queue_work() can use queue_work_on()
by Oleg Nesterov
· 16 years ago
a67da70
workqueues: lockdep annotations for flush_work()
by Oleg Nesterov
· 16 years ago
69b895f
S390 topology: don't use kthread() for arch_reinit_sched_domains()
by Oleg Nesterov
· 16 years ago
3da1c84
workqueues: make get_online_cpus() useable for work->func()
by Oleg Nesterov
· 16 years ago
8616a89
workqueues: schedule_on_each_cpu: use flush_work()
by Oleg Nesterov
· 16 years ago
db70089
workqueues: implement flush_work()
by Oleg Nesterov
· 16 years ago
1a4d9b0
workqueues: insert_work: use "list_head *" instead of "int tail"
by Oleg Nesterov
· 16 years ago
565b9b1
coredump: format_corename: fix the "core_uses_pid" logic
by Oleg Nesterov
· 16 years ago
a94e2d4
coredump: kill mm->core_done
by Oleg Nesterov
· 16 years ago
182c515
coredump: elf_fdpic_core_dump: use core_state->dumper list
by Oleg Nesterov
· 16 years ago
8391444
coredump: elf_core_dump: use core_state->dumper list
by Oleg Nesterov
· 16 years ago
b564daf
coredump: construct the list of coredumping threads at startup time
by Oleg Nesterov
· 16 years ago
9d5b327
coredump: make mm->core_state visible to ->core_dump()
by Oleg Nesterov
· 16 years ago
c5f1cc8
coredump: turn core_state->nr_threads into atomic_t
by Oleg Nesterov
· 16 years ago
8cd9c24
coredump: simplify core_state->nr_threads calculation
by Oleg Nesterov
· 16 years ago
999d9fc
coredump: move mm->core_waiters into struct core_state
by Oleg Nesterov
· 16 years ago
32ecb1f
coredump: turn mm->core_startup_done into the pointer to struct core_state
by Oleg Nesterov
· 16 years ago
24d5288
coredump: elf_core_dump: skip kernel threads
by Oleg Nesterov
· 16 years ago
15b9f36
coredump: zap_threads() must skip kernel threads
by Oleg Nesterov
· 16 years ago
246bb0b
kill PF_BORROWED_MM in favour of PF_KTHREAD
by Oleg Nesterov
· 16 years ago
7b34e42
introduce PF_KTHREAD flag
by Oleg Nesterov
· 16 years ago
3d749b9
ptrace: simplify ptrace_stop()->sigkill_pending() path
by Oleg Nesterov
· 16 years ago
364d3c1
ptrace: give more respect to SIGKILL
by Oleg Nesterov
· 16 years ago
f22ab81
include/asm/ptrace.h userspace headers cleanup
by Adrian Bunk
· 16 years ago
bc64efd
kernel/signal.c: change vars pid and tgid types to pid_t
by Gustavo Fernando Padovan
· 16 years ago
d8878ba
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
by Michael Kerrisk
· 16 years ago
e4901f9
coredump: zap_threads: comments && use while_each_thread()
by Oleg Nesterov
· 16 years ago
2b201a9
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
by Oleg Nesterov
· 16 years ago
92413d7
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED
by Oleg Nesterov
· 16 years ago
3854a77
__exit_signal: don't take rcu lock
by Oleg Nesterov
· 16 years ago
100360f
signals: change collect_signal() to return void
by Oleg Nesterov
· 16 years ago
d443420
signals: collect_signal: simplify the "still_pending" logic
by Oleg Nesterov
· 16 years ago
6715ca4
signals: collect_signal: remove the unneeded sigismember() check
by Oleg Nesterov
· 16 years ago
96347e77
posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);
by Oleg Nesterov
· 16 years ago
4b7a130
posix timers: timer_delete: remove the bogus "->it_process != NULL" check
by Oleg Nesterov
· 16 years ago
da5ef6bb
cpuset: two minor code-cleanups
by Lai Jiangshan
· 16 years ago
0241248
cpuset: code-cleanup for started_after
by Lai Jiangshan
· 16 years ago
489a539
cpuset: don't pass empty cpumasks to partition_sched_domains()
by Lai Jiangshan
· 16 years ago
c372e81
cpuset: avoid unnecessary sched domains rebuilding
by Li Zefan
· 16 years ago
f9b4fb8
cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online
by Miao Xie
· 16 years ago
0b2f630
cpusets: restructure the function update_cpumask() and update_nodemask()
by Miao Xie
· 16 years ago
628f423
memcg: limit change shrink usage
by KAMEZAWA Hiroyuki
· 16 years ago
12b9804
res_counter: limit change support ebusy
by KAMEZAWA Hiroyuki
· 16 years ago
cede86a
memcg: clean up checking of the disabled flag
by Li Zefan
· 16 years ago
accf163
memcg: remove a redundant check
by KAMEZAWA Hiroyuki
· 16 years ago
b76734e
memcg: add hints for branch
by KAMEZAWA Hiroyuki
· 16 years ago
c9b0ed5
memcg: helper function for relcaim from shmem.
by KAMEZAWA Hiroyuki
· 16 years ago
69029cd
memcg: remove refcnt from page_cgroup
by KAMEZAWA Hiroyuki
· 16 years ago
e8589cc
memcg: better migration handling
by KAMEZAWA Hiroyuki
· 16 years ago
508b7be
memcg: avoid unnecessary initialization
by KAMEZAWA Hiroyuki
· 16 years ago
a181b0e
memcg: make global var read_mostly
by KAMEZAWA Hiroyuki
· 16 years ago
7759fc9
devcgroup: code cleanup
by Li Zefan
· 16 years ago
4efd1a1
devcgroup: relax white-list protection down to RCU
by Pavel Emelyanov
· 16 years ago
e885dcd
cgroup_clone: use pid of newly created task for new cgroup
by Serge E. Hallyn
· 16 years ago
856c13a
cgroup files: convert res_counter_write() to be a cgroups write_string() handler
by Paul Menage
· 16 years ago
f92523e
cgroup files: convert devcgroup_access_write() into a cgroup write_string() handler
by Paul Menage
· 16 years ago
e371239
cgroup files: remove cpuset_common_file_write()
by Paul Menage
· 16 years ago
af35102
cgroup files: turn attach_task_by_pid directly into a cgroup write handler
by Paul Menage
· 16 years ago
6379c10
cgroup files: move notify_on_release file to separate write handler
by Paul Menage
· 16 years ago
Next »