Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e6fce5b916cd7f7f79b2b3e53ba74bbfc1d7cf8b
/
kernel
bf1db69
pm_qos: spelling fixes
by Richard Hughes
· 16 years ago
d2dc1f4
dma: fix order calculation in dma_mark_declared_memory_occupied()
by Jan Beulich
· 16 years ago
c69ad71
genirq: better warning on irqchip->set_type() failure
by David Brownell
· 16 years ago
5b2becc
semaphore: __down_common: use signal_pending_state()
by Oleg Nesterov
· 16 years ago
3219445
relay: fix "full buffer with exactly full last subbuffer" accounting problem
by Tom Zanussi
· 16 years ago
b13ad6f
Merge branch 'audit.b56' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 16 years ago
725aad2
__sched_setscheduler: don't do any policy checks when not "user"
by Jeremy Fitzhardinge
· 16 years ago
1a61c88
Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is set
by zhangxiliang
· 16 years ago
5c7edcd
tracehook: fix exit_signal=0 case
by Roland McGrath
· 16 years ago
5adf2b0
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
31582b0
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 16 years ago
20c6aaa
[PATCH] Fix the bug of using AUDIT_STATUS_RATE_LIMIT when set fail, no error output.
by zhangxiliang
· 16 years ago
980dfb0
[PATCH] Fix the kernel panic of audit_filter_task when key field is set
by zhangxiliang
· 16 years ago
036bbf7
Re: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE audit messages
by zhangxiliang
· 16 years ago
1d6c964
kernel/audit.c control character detection is off-by-one
by Vesa-Matti J Kari
· 16 years ago
ee1d315
[PATCH] Audit: Collect signal info when SIGUSR2 is sent to auditd
by Eric Paris
· 16 years ago
25fc999
kgdb: fix gdb serial thread queries
by Jason Wessel
· 16 years ago
a9b60bf
kgdb: fix kgdb_validate_break_address to perform a mem write
by Jason Wessel
· 16 years ago
f718cd4
sched: make scheduler sysfs attributes sysdev class devices
by Andi Kleen
· 16 years ago
6af8bf3
workqueues: add comments to __create_workqueue_key()
by Oleg Nesterov
· 16 years ago
641de9d
printk: fix comment for printk ratelimiting
by Uwe Kleine-König
· 16 years ago
5def9a3
markers: fix markers read barrier for multiple probes
by Mathieu Desnoyers
· 16 years ago
aeed682
cpuset: clean up cpuset hierarchy traversal code
by Li Zefan
· 16 years ago
93a6557
cpuset: fix wrong calculation of relax domain level
by Li Zefan
· 16 years ago
f539369
cpuset: speed up sched domain partition
by Lai Jiangshan
· 16 years ago
8d1e626
cpuset: a bit cleanup for scan_for_empty_cpusets()
by Li Zefan
· 16 years ago
55b6fd0
cgroup: uninline cgroup_has_css_refs()
by Li Zefan
· 16 years ago
3655343
cgroup: remove duplicate code in allocate_cg_link()
by Li Zefan
· 16 years ago
5a3eb9f
cgroup: fix possible memory leak
by Li Zefan
· 16 years ago
1a4e564
resource: add resource_size()
by Magnus Damm
· 16 years ago
1d9b9f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
cb28a1b
Merge branch 'linus' into core/generic-dma-coherent
by Ingo Molnar
· 16 years ago
9e3ee1c
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
e56b3bc
cpu masks: optimize and clean up cpumask_of_cpu()
by Linus Torvalds
· 16 years ago
414f746
Merge branch 'linus' into cpus4096
by Ingo Molnar
· 16 years ago
0e241ff
locking: fix mutex @key parameter kernel-doc notation
by Randy Dunlap
· 16 years ago
37eaf8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 16 years ago
784e2d7
stop_machine: fix up ftrace.c
by Rusty Russell
· 16 years ago
9b1a4d3
stop_machine: Wean existing callers off stop_machine_run()
by Rusty Russell
· 16 years ago
eeec4fa
stop_machine(): stop_machine_run() changed to use cpu mask
by Rusty Russell
· 16 years ago
0432158
Hotplug CPU: don't check cpu_online after take_cpu_down
by Rusty Russell
· 16 years ago
ffdb597
Simplify stop_machine
by Rusty Russell
· 16 years ago
5c2aed6
stop_machine: add ALL_CPUS option
by Jason Baron
· 17 years ago
15bba37
module: fix build warning with !CONFIG_KALLSYMS
by WANG Cong
· 16 years ago
940389b
task IO accounting: move all IO statistics in struct task_io_accounting
by Andrea Righi
· 16 years ago
5995477
task IO accounting: improve code readability
by Andrea Righi
· 16 years ago
605ccb7
tracing: remove unused variable
by Andrea Righi
· 16 years ago
bfbcf03
lost sysctl fix
by Al Viro
· 16 years ago
3f8206d
[PATCH] get rid of indirect users of namei.h
by Al Viro
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 17 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
9043476f
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
ae7edec
[PATCH] sysctl: keep track of tree relationships
by Al Viro
· 16 years ago
f7e6ced
[PATCH] allow delayed freeing of ctl_table_header
by Al Viro
· 16 years ago
7345509
[PATCH] beginning of sysctl cleanup - ctl_table_set
by Al Viro
· 16 years ago
a048d3a
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
96930a6
make cgroup_seqfile_release() static
by Adrian Bunk
· 16 years ago
85ba2d8
tracehook: wait_task_inactive
by Roland McGrath
· 16 years ago
b787f7b
tracehook: force signal_pending()
by Roland McGrath
· 16 years ago
2b2a1ff
tracehook: death
by Roland McGrath
· 16 years ago
fa00b80
tracehook: job control
by Roland McGrath
· 16 years ago
7bcf6a2
tracehook: get_signal_to_deliver
by Roland McGrath
· 16 years ago
445a91d
tracehook: tracehook_consider_fatal_signal
by Roland McGrath
· 16 years ago
35de254
tracehook: tracehook_consider_ignored_signal
by Roland McGrath
· 16 years ago
dae3357
tracehook: release_task
by Roland McGrath
· 16 years ago
daded34
tracehook: vfork-done
by Roland McGrath
· 16 years ago
09a0539
tracehook: clone
by Roland McGrath
· 16 years ago
30199f5
tracehook: exit
by Roland McGrath
· 16 years ago
ff11886
tracehook: unexport ptrace_notify
by Roland McGrath
· 16 years ago
261c40c
use WARN() in kernel/irq/chip.c
by Arjan van de Ven
· 16 years ago
b8c512f
Use WARN() in kernel/irq/manage.c
by Arjan van de Ven
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
20d8b67
relay: add buffer-only channels; useful for early logging
by Eduard - Gabriel Munteanu
· 16 years ago
7babe8d
Full conversion to early_initcall() interface, remove old interface
by Eduard - Gabriel Munteanu
· 16 years ago
89081d1
kexec jump: save/restore device state
by Huang Ying
· 16 years ago
3ab8352
kexec jump
by Huang Ying
· 16 years ago
7fccf03
kernel/kexec.c: make 'kimage_terminate' void
by WANG Cong
· 16 years ago
a2e2e35
pm selftest: rtc paranoia
by David Brownell
· 16 years ago
5a7a201
cpumask: export cpumask_of_cpu_map
by Ingo Molnar
· 16 years ago
0bc3cc0
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
by Mike Travis
· 16 years ago
6524d93
cpumask: put cpumask_of_cpu_map in the initdata section
by Mike Travis
· 16 years ago
b8d317d
cpumask: make cpumask_of_cpu_map generic
by Mike Travis
· 16 years ago
1fe3710
ftrace: fix modular build
by Ingo Molnar
· 16 years ago
9b81361
signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD
by Ingo Molnar
· 16 years ago
b81f3ea
taskstats: remove initialization of static per-cpu variable
by Vegard Nossum
· 16 years ago
016ae21
per-task-delay-accounting: update taskstats for memory reclaim delay
by Keika Kobayashi
· 16 years ago
873b477
per-task-delay-accounting: add memory reclaim delay
by Keika Kobayashi
· 16 years ago
3e85ba0
tsacct: fix bacct_add_tsk()'s use of do_div()
by David Howells
· 16 years ago
297c5d9
task IO accounting: provide distinct tgid/tid I/O statistics
by Andrea Righi
· 16 years ago
0c18d7a
bsdacct: fix and add comments around acct_process()
by Pavel Emelyanov
· 16 years ago
7d1e135
bsdacct: account dying tasks in all relevant namespaces
by Pavel Emelyanov
· 16 years ago
b5a7174
bsdacct: turn acct off for all pidns-s on umount time
by Pavel Emelyanov
· 16 years ago
0b6b030
bsdacct: switch from global bsd_acct_struct instance to per-pidns one
by Pavel Emelyanov
· 16 years ago
6248b1b
bsdacct: make internal code work with passed bsd_acct_struct, not global
by Pavel Emelyanov
· 16 years ago
a75d979
bsdacct: turn the acct_lock from on-the-struct to global
by Pavel Emelyanov
· 16 years ago
e59a04a
bsdacct: make check timer accept a bsd_acct_struct argument
by Pavel Emelyanov
· 16 years ago
1c55285
bsdacct: "truthify" a comment near acct_process
by Pavel Emelyanov
· 16 years ago
84406c1
pidns: use kzalloc when allocating new pid_namespace struct
by Pavel Emelyanov
· 16 years ago
081e4c8
bsdacct: rename acct_gbls to bsd_acct_struct
by Pavel Emelyanov
· 16 years ago
Next »