Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
aa0a2ddc54fa8a22060d17a9ca7bbc4bcc51f260
/
kernel
2a2ed2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
81a07d7
Merge branch 'x86-64'
by Linus Torvalds
· 19 years ago
495ab9c
[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status
by Andi Kleen
· 19 years ago
83f4fcc
[PATCH] x86_64: allow unwinder to build without module support
by Jan Beulich
· 19 years ago
c33bd9a
[PATCH] i386/x86-64: fall back to old-style call trace if no unwinding
by Jan Beulich
· 19 years ago
4552d5d
[PATCH] x86_64: reliable stack trace support
by Jan Beulich
· 19 years ago
bebfa10
[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings
by Andi Kleen
· 19 years ago
b78709c
[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()
by Peter Williams
· 19 years ago
cf2dfbf
[PATCH] coredump: copy_process: don't check SIGNAL_GROUP_EXIT
by Oleg Nesterov
· 19 years ago
d5f70c0
[PATCH] coredump: kill ptrace related stuff
by Oleg Nesterov
· 19 years ago
df26c40
[PATCH] proc: Cleanup proc_fd_access_allowed
by Eric W. Biederman
· 19 years ago
13b41b0
[PATCH] proc: Use struct pid not struct task_ref
by Eric W. Biederman
· 19 years ago
99f8955
[PATCH] proc: don't lock task_structs indefinitely
by Eric W. Biederman
· 19 years ago
48e6484
[PATCH] proc: Rewrite the proc dentry flush on exit optimization
by Eric W. Biederman
· 19 years ago
e6f47f9
[PATCH] Notify page fault call chain
by Anil S Keshavamurthy
· 19 years ago
3d5631e
[PATCH] Kprobes registers for notify page fault
by Anil S Keshavamurthy
· 19 years ago
3672165
[PATCH] Kprobe: multi kprobe posthandler for booster
by mao, bibo
· 19 years ago
19923c1
[PATCH] fix and optimize clock source update
by Roman Zippel
· 19 years ago
a275254
[PATCH] time: rename clocksource functions
by john stultz
· 19 years ago
5d0cf41
[PATCH] Time: i386 Clocksource Drivers
by john stultz
· 19 years ago
cf3c769
[PATCH] Time: Introduce arch generic time accessors
by john stultz
· 19 years ago
5eb6d20
[PATCH] Time: Use clocksource abstraction for NTP adjustments
by john stultz
· 19 years ago
260a423
[PATCH] Time: Let user request precision from current_tick_length()
by john stultz
· 19 years ago
ad59617
[PATCH] Time: Use clocksource infrastructure for update_wall_time
by john stultz
· 19 years ago
734efb4
[PATCH] Time: Clocksource Infrastructure
by john stultz
· 19 years ago
81615b6
[PATCH] Convert kernel/cpu.c to mutexes
by Ingo Molnar
· 19 years ago
1fb00c6
[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqs
by Ingo Molnar
· 19 years ago
3448097
Revert "swsusp special saveable pages support" commits
by Linus Torvalds
· 19 years ago
72cf270
Fix PM_TRACE dependency: works only on 32-bit x86 for now
by Linus Torvalds
· 19 years ago
77787bf
[PATCH] pacct: none-delayed process accounting accumulation
by KaiGai Kohei
· 19 years ago
f6ec29a
[PATCH] pacct: avoidance to refer the last thread as a representation of the process
by KaiGai Kohei
· 19 years ago
0e46481
[PATCH] pacct: add pacct_struct to fix some pacct bugs.
by KaiGai Kohei
· 19 years ago
9e37bd3
[PATCH] kthread: move kernel-doc and put it into DocBook
by Randy Dunlap
· 19 years ago
fa9799e
[PATCH] ktime/hrtimer: fix kernel-doc comments
by Randy Dunlap
· 19 years ago
fc75cdf
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
by Heiko Carstens
· 19 years ago
8bdd1d1
[PATCH] kthread: convert stop_machine into a kthread
by Serge E. Hallyn
· 19 years ago
2aa9258
[PATCH] Link error when futexes are disabled on 64bit architectures
by Anton Blanchard
· 19 years ago
838cd15
[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__
by akpm@osdl.org
· 19 years ago
eab03ac
[PATCH] Get rid of /proc/sys/proc
by Stephen Hemminger
· 19 years ago
3b9c041
[PATCH] printk time parameter
by Jan Engelhardt
· 19 years ago
11e6475
[PATCH] Remove unecessary NULL check in kernel/acct.c
by Matt Helsley
· 19 years ago
3b364b8
[PATCH] constify parts of kernel/power/
by Andreas Mohr
· 19 years ago
b613677
[PATCH] schedule_on_each_cpu(): reduce kmalloc() size
by Andrew Morton
· 19 years ago
83cc5ed
[PATCH] kernel/sys.c: cleanups
by Adrian Bunk
· 19 years ago
76a8ad2
[PATCH] Make printk work for really early debugging
by Michael Ellerman
· 19 years ago
bbb1747
[PATCH] Allow raw_notifier callouts to unregister themselves
by Alan Stern
· 19 years ago
bfe5d83
[PATCH] Define __raw_get_cpu_var and use it
by Paul Mackerras
· 19 years ago
f867d2a
[PATCH] ensure NULL deref can't possibly happen in is_exported()
by Jesper Juhl
· 19 years ago
eb71c87
Add some basic resume trace facilities
by Linus Torvalds
· 19 years ago
125e187
[PATCH] More BUG_ON conversion
by Eric Sesterhenn
· 19 years ago
908dcec
[PATCH] adjust handle_IRR_event() return type
by Jan Beulich
· 19 years ago
3439dd8
[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loop
by Porpoise
· 19 years ago
626ab0e
[PATCH] list: use list_replace_init() instead of list_splice_init()
by Oleg Nesterov
· 19 years ago
862f5f0
[PATCH] Doc: add audit & acct to DocBook
by Randy Dunlap
· 19 years ago
d83015b
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
by Paul E. McKenney
· 19 years ago
55f4e8d
[PATCH] kernel/sys.c doesn't need init.h
by Jes Sorensen
· 19 years ago
57ae250
[PATCH] CONFIG_NET=n build fix
by Andrew Morton
· 19 years ago
83d4e6e
[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()
by Andreas Mohr
· 19 years ago
89d0cf0
[PATCH] invert irq/migration.c brach prediction
by Daniel Walker
· 19 years ago
8e0a43d
[PATCH] cond_resched() might_sleep() fix
by Ingo Molnar
· 19 years ago
6e66726
[PATCH] dup fd error fix
by Prasanna Meda
· 19 years ago
0ae26f1
[PATCH] mmput() might sleep
by Andrew Morton
· 19 years ago
c330dda
[PATCH] Add a sysfs file to determine if a kexec kernel is loaded
by Jeff Moyer
· 19 years ago
968808b
[PATCH] swsusp: use less memory during resume
by Rafael J. Wysocki
· 19 years ago
7bff24e
[PATCH] kernel/power/snapshot.c: cleanups
by Adrian Bunk
· 19 years ago
a938c356
[PATCH] swsusp: take lowmem reserves into account
by Rafael J. Wysocki
· 19 years ago
ce4ab00
[PATCH] swsusp: add architecture special saveable pages support
by Shaohua Li
· 19 years ago
1b61b91
[PATCH] x86: kernel irq balance doesn't work
by Zhang Yanmin
· 19 years ago
22fb52d
[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)
by David Quigley
· 19 years ago
e7834f8
[PATCH] SELinux: add security hooks to {get,set}affinity
by David Quigley
· 19 years ago
9216dfa
[PATCH] move_pages: fix 32 -> 64 bit compat function
by Christoph Lameter
· 19 years ago
1b2db9f
[PATCH] sys_move_pages: 32bit support (i386, x86_64)
by Christoph Lameter
· 19 years ago
742755a
[PATCH] page migration: sys_move_pages(): support moving of individual pages
by Christoph Lameter
· 19 years ago
d6277db
[PATCH] swsusp: rework memory shrinker
by Rafael J. Wysocki
· 19 years ago
fadd8fb
[PATCH] support for panic at OOM
by KAMEZAWA Hiroyuki
· 19 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 19 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
45c091b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 19 years ago
de047c1
[PATCH] avoid tasklist_lock at getrusage for multithreaded case too
by Ravikiran G Thirumalai
· 19 years ago
6cc0719
[PATCH] suspend_console() warning fix
by Andrew Morton
· 19 years ago
d720024
[PATCH] selinux: add hooks for key subsystem
by Michael LeMay
· 19 years ago
d9eaec9
Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 19 years ago
2edc322
Merge git://git.infradead.org/~dwmw2/rbtree-2.6
by Linus Torvalds
· 19 years ago
be967b7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 19 years ago
4175710
[PATCH] make set_loginuid obey audit_enabled
by Steve Grubb
· 19 years ago
9c937dc
[PATCH] log more info for directory entry change events
by Amy Griffis
· 19 years ago
6a2bcee
[PATCH] fix AUDIT_FILTER_PREPEND handling
by Amy Griffis
· 19 years ago
0a73dcc
[PATCH] validate rule fields' types
by Al Viro
· 19 years ago
f368c07d
[PATCH] audit: path-based rules
by Amy Griffis
· 19 years ago
20ca73b
[PATCH] Audit of POSIX Message Queue Syscalls v.2
by George C. Wilson
· 19 years ago
014149c
[PATCH] deprecate AUDIT_POSSBILE
by Al Viro
· 19 years ago
d8945bb5
[PATCH] inline more audit helpers
by Al Viro
· 19 years ago
ac03221
[PATCH] update of IPC audit record cleanup
by Linda Knippers
· 19 years ago
5d136a0
[PATCH] minor audit updates
by Serge E. Hallyn
· 19 years ago
0a3b483
[PATCH] fix audit_krule_to_{rule,data} return values
by Amy Griffis
· 19 years ago
3c66251
[PATCH] add filtering by ppid
by Al Viro
· 19 years ago
f46038f
[PATCH] log ppid
by Al Viro
· 19 years ago
e139606
[PATCH] collect sid of those who send signals to auditd
by Al Viro
· 19 years ago
473ae30
[PATCH] execve argument logging
by Al Viro
· 19 years ago
9044e6b
[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES
by Al Viro
· 19 years ago
Next »