Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a48223f9449d0289fc20cd11a98758109830798e
a48223f
lktdm: add support for hardlockup, softlockup and hung task crashes
by Frederic Weisbecker
· 14 years ago
2a2a400
initramfs: add support for in-kernel initramfs compressed with LZO
by Albin Tonnerre
· 14 years ago
edcd1d8
radix-tree: fix radix_tree_prev_hole() underflow case
by Cesar Eduardo Barros
· 14 years ago
9d85cba
aio: fix the compat vectored operations
by Jeff Moyer
· 14 years ago
b837336
compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev
by Jeff Moyer
· 14 years ago
5b530fc
panic: call console_verbose() in panic
by Anton Blanchard
· 14 years ago
cccad8f
fs/affs: use ERR_CAST
by Julia Lawall
· 14 years ago
2fd74e2
Documentation/DMA-API-HOWTO: add ARCH_KMALLOC_MINALIGN description
by FUJITA Tomonori
· 14 years ago
4ae9ca8
Documentation: move the error handling to the better place in DMA-API-HOWTO
by FUJITA Tomonori
· 14 years ago
b02de87
Documentation: update scatterlist struct description in DMA-API-HOWTO
by FUJITA Tomonori
· 14 years ago
7cdcc8e
Documentation: add SCSI drivers' mapping error handling to DMA-API-HOWTO
by FUJITA Tomonori
· 14 years ago
99d1bd2
dma-mapping: remove deprecated dma_sync_single and dma_sync_sg API
by FUJITA Tomonori
· 14 years ago
6d256fa
Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu
by FUJITA Tomonori
· 14 years ago
f671be0
Documentation: add networking driver's mapping error handling to DMA-API-HOWTO
by FUJITA Tomonori
· 14 years ago
5fd75a7
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
by FUJITA Tomonori
· 14 years ago
3838830
swiotlb: remove unnecessary swiotlb_sync_single_range_*
by FUJITA Tomonori
· 14 years ago
712d3e2
powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_ops
by FUJITA Tomonori
· 14 years ago
de006a0
x86: remove unnecessary sync_single_range_* in swiotlb_dma_ops
by FUJITA Tomonori
· 14 years ago
8aee5c89
ia64: remove unnecessary sync_single_range_* in swiotlb_dma_ops
by FUJITA Tomonori
· 14 years ago
63ae96b
drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILE
by Joe Perches
· 14 years ago
5960164
lib/random32: export pseudo-random number generator for modules
by Joe Eykholt
· 14 years ago
0a14a13
INIT_SIGHAND: use SIG_DFL instead of NULL
by Oleg Nesterov
· 14 years ago
f106eee
pids: fix fork_idle() to setup ->pids correctly
by Oleg Nesterov
· 14 years ago
f200114
pids: init_struct_pid.tasks should never see the swapper process
by Oleg Nesterov
· 14 years ago
fa2755e
INIT_TASK() should initialize ->thread_group list
by Oleg Nesterov
· 14 years ago
72680a1
pids: increase pid_max based on num_possible_cpus
by Hedi Berriche
· 14 years ago
bd4fb65
rapidio: fix maintenance access to higher memory areas
by Thomas Moll
· 14 years ago
679395f
rapidio: use default route value for CPS switches
by Alexandre Bounine
· 14 years ago
7a88d62
rapidio: add switch domain routines
by Alexandre Bounine
· 14 years ago
058f88d6
rapidio: modify initialization of switch operations
by Alexandre Bounine
· 14 years ago
011507e
rapidio: add debug configuration option
by Alexandre Bounine
· 14 years ago
68b04cd
rapidio: fix typos and minor edits
by Alexandre Bounine
· 14 years ago
933af4a
rapidio: add enabling SRIO port RX and TX
by Thomas Moll
· 14 years ago
a52c8f5
rapidio, powerpc/85xx: Add MChk handler for SRIO port
by Alexandre Bounine
· 14 years ago
5b2074a
rapidio, powerpc/85xx: add Port-Write message handler for SRIO port
by Alexandre Bounine
· 14 years ago
e5cabeb
rapidio: add Port-Write handling for EM
by Alexandre Bounine
· 14 years ago
818a04a
rapidio: add switch locking during discovery
by Alexandre Bounine
· 14 years ago
07590ff
rapidio: add IDT CPS/TSI switches
by Alexandre Bounine
· 14 years ago
f67231f
drivers/char/applicom.c: use memdup_user
by Julia Lawall
· 14 years ago
8757543
drivers/char/ppdev.c: use kasprintf
by Julia Lawall
· 14 years ago
56d611a
char drivers: RAM oops/panic logger
by Marco Stornelli
· 14 years ago
a747c5a
ipmi: handle run_to_completion properly in deliver_recv_msg()
by Jiri Kosina
· 14 years ago
279fbd0
ipmi: update driver to use dev_printk and its constructs
by Myron Stowe
· 14 years ago
8c8eae2
ipmi: convert tracking of the ACPI device pointer to a PNP device
by Myron Stowe
· 14 years ago
ddac44b
ipmi: change timeout and event poll to one second
by Corey Minyard
· 14 years ago
06ee459
ipmi: attempt to register multiple SIs of the same type
by Matthew Garrett
· 14 years ago
3326f4f
ipmi: reduce polling
by Matthew Garrett
· 14 years ago
ea4078c
ipmi: reduce polling when interrupts are available
by Matthew Garrett
· 14 years ago
754d453
ipmi: change device discovery order
by Matthew Garrett
· 14 years ago
d8cc526
ipmi: only register one si per bmc
by Matthew Garrett
· 14 years ago
2407d77
ipmi: split device discovery and registration
by Matthew Garrett
· 14 years ago
5fedc4a
ipmi: change addr_source to an enum rather than strings
by Matthew Garrett
· 14 years ago
4de85cd
ipc/sem.c: use ERR_CAST
by Julia Lawall
· 14 years ago
c5cf635
ipc/sem.c: update description of the implementation
by Manfred Spraul
· 14 years ago
31a7c47
ipc/sem.c: cacheline align the ipc spinlock for semaphores
by Manfred Spraul
· 14 years ago
0a2b9d4
ipc/sem.c: move wake_up_process out of the spinlock section
by Manfred Spraul
· 14 years ago
fd5db42
ipc/sem.c: optimize update_queue() for bulk wakeup calls
by Manfred Spraul
· 14 years ago
2dcb22b
idr: fix backtrack logic in idr_remove_all
by Imre Deak
· 14 years ago
79a6cde
cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n
by Lai Jiangshan
· 14 years ago
c9d221f
fault-injection: add CPU notifier error injection module
by Akinobu Mita
· 14 years ago
55af6bb
md: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
d882ba6
s390: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
1dee31f
ehca: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
92e99a9
iucv: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
eac4068
slab: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
80b5184
kernel/: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
ad84bb5
topology: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
a94247e
x86: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
b957e04
notifier: change notifier_from_errno(0) to return NOTIFY_OK
by Akinobu Mita
· 14 years ago
e6bde73
cpu-hotplug: return better errno on cpu hotplug failure
by Akinobu Mita
· 14 years ago
e9fb763
cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()
by Akinobu Mita
· 14 years ago
36e1526
kcore: add _text to KCORE_TEXT
by Wu Fengguang
· 14 years ago
57f8786
proc: remove obsolete comments
by Amerigo Wang
· 14 years ago
73d3646
proc: cleanup: remove unused assignments
by Dan Carpenter
· 14 years ago
b3ac022
proc: turn signal_struct->count into "int nr_threads"
by Oleg Nesterov
· 14 years ago
dd98acf
keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness
by Oleg Nesterov
· 14 years ago
5089a97
proc_sched_show_task(): use get_nr_threads()
by Oleg Nesterov
· 14 years ago
7e49827
proc: get_nr_threads() doesn't need ->siglock any longer
by Oleg Nesterov
· 14 years ago
6e1be45
check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check
by Oleg Nesterov
· 14 years ago
97101eb
exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()
by Oleg Nesterov
· 14 years ago
a705be6
kill the obsolete thread_group_cputime_free() helper
by Oleg Nesterov
· 14 years ago
d40e48e
exit: __exit_signal: use thread_group_leader() consistently
by Oleg Nesterov
· 14 years ago
b7b8ff63
signals: kill the awful task_rq_unlock_wait() hack
by Oleg Nesterov
· 14 years ago
4ada856
signals: clear signal->tty when the last thread exits
by Oleg Nesterov
· 14 years ago
ea6d290
signals: make task_struct->signal immutable/refcountable
by Oleg Nesterov
· 14 years ago
4dec2a9
fork/exit: move tty_kref_put() outside of __cleanup_signal()
by Oleg Nesterov
· 14 years ago
ffdf918
ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checks
by Oleg Nesterov
· 14 years ago
d30fda3
posix-cpu-timers: avoid "task->signal != NULL" checks
by Oleg Nesterov
· 14 years ago
4a59994
exit: avoid sig->count in __exit_signal() to detect the group-dead case
by Oleg Nesterov
· 14 years ago
d344193
exit: avoid sig->count in de_thread/__exit_signal synchronization
by Oleg Nesterov
· 14 years ago
09faef1
exit: change zap_other_threads() to count sub-threads
by Oleg Nesterov
· 14 years ago
9c33916
exit: exit_notify() can trust signal->notify_count < 0
by Oleg Nesterov
· 14 years ago
269b005
coredump: shift down_write(mmap_sem) into coredump_wait()
by Oleg Nesterov
· 14 years ago
5e43aef5
coredump: factor out put_cred() calls
by Oleg Nesterov
· 14 years ago
d5bf4c4
coredump: cleanup "ispipe" code
by Oleg Nesterov
· 14 years ago
c713541
coredump: factor out the not-ispipe file checks
by Oleg Nesterov
· 14 years ago
04b1c38
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure
by Oleg Nesterov
· 14 years ago
d47419c
call_usermodehelper: simplify/fix UMH_NO_WAIT case
by Oleg Nesterov
· 14 years ago
7d64224
wait_for_helper: SIGCHLD from user-space can lead to use-after-free
by Oleg Nesterov
· 14 years ago
363da40
call_usermodehelper: no need to unblock signals
by Oleg Nesterov
· 14 years ago
Next »