Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
9a7dafbba47384c330779c75a1546684efaa8c1a
/
kernel
fa6a1a5
ntp: fix typo that makes sync_cmos_clock erratic
by David P. Reed
· 17 years ago
4307d1e
x86: ignore the sys_getcpu() tcache parameter
by Ingo Molnar
· 17 years ago
3c72f52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
by Linus Torvalds
· 17 years ago
9612633
sched: reorder SCHED_FEAT_ bits
by Ingo Molnar
· 17 years ago
518b22e
sched: make sched_nr_latency static
by Adrian Bunk
· 17 years ago
94bc9a7
sched: remove activate_idle_task()
by Dmitry Adamushko
· 17 years ago
ce96b5a
sched: fix __set_task_cpu() SMP race
by Dmitry Adamushko
· 17 years ago
dae51f5
sched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHED
by Oleg Nesterov
· 17 years ago
9778385
sched: fix accounting of interrupts during guest execution on s390
by Christian Borntraeger
· 17 years ago
a347422
wait_task_stopped: Check p->exit_state instead of TASK_TRACED
by Roland McGrath
· 17 years ago
6f37ac7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
f961598
kernel/taskstats.c: fix bogus nlmsg_free()
by Adrian Bunk
· 17 years ago
60a0d23
hibernate: fix lockdep report
by Johannes Berg
· 17 years ago
c642b83
__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set
by Russ Anderson
· 17 years ago
57d5f66
pidns: Place under CONFIG_EXPERIMENTAL
by Eric W. Biederman
· 17 years ago
22800a2
fix param_sysfs_builtin name length check
by Jan Kiszka
· 17 years ago
314de8a
Linux Kernel Markers: fix marker mutex not taken upon module load
by Mathieu Desnoyers
· 17 years ago
cfb5285
revert "Task Control Groups: example CPU accounting subsystem"
by Andrew Morton
· 17 years ago
887c3cb
Add IORESOUCE_BUSY flag for System RAM
by Yasunori Goto
· 17 years ago
cfe36bd
Improve cgroup printks
by Diego Calleja
· 17 years ago
6fc48af
sysctl: check length at deprecated_sysctl_warning
by Tetsuo Handa
· 17 years ago
ce1d18e
[SYSCTL]: Fix warning for token-ring from sysctl checker
by Olof Johansson
· 17 years ago
325d22d
sigwait eats blocked default-ignore signals
by Roland McGrath
· 17 years ago
3c5fd9c7
[FUTEX] Fix address computation in compat code.
by David Miller
· 17 years ago
e6fe664
sched: proper prototype for kernel/sched.c:migration_init()
by Adrian Bunk
· 17 years ago
b82d9fd
sched: avoid large irq-latencies in smp-balancing
by Peter Zijlstra
· 17 years ago
3c90e6e
sched: fix copy_namespace() <-> sched_fork() dependency in do_fork
by Srivatsa Vaddagiri
· 17 years ago
502d26b
sched: clean up the wakeup preempt check, #2
by Ingo Molnar
· 17 years ago
77d9cc4
sched: clean up the wakeup preempt check
by Ingo Molnar
· 17 years ago
8bc6767
sched: wakeup preemption fix
by Ingo Molnar
· 17 years ago
3e3e13f
sched: remove PREEMPT_RESTRICT
by Ingo Molnar
· 17 years ago
52d3da1
sched: turn off PREEMPT_RESTRICT
by Ingo Molnar
· 17 years ago
d6322fa
sched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC
by Eric Dumazet
· 17 years ago
19978ca
sched: reintroduce SMP tunings again
by Ingo Molnar
· 17 years ago
fa13a5a
sched: restore deterministic CPU accounting on powerpc
by Paul Mackerras
· 17 years ago
9a41785
sched: fix delay accounting regression
by Balbir Singh
· 17 years ago
b2be5e9
sched: reintroduce the sched_min_granularity tunable
by Peter Zijlstra
· 17 years ago
2cb8600
sched: documentation: place_entity() comments
by Peter Zijlstra
· 17 years ago
10b7772
sched: fix vslice
by Peter Zijlstra
· 17 years ago
8dce39c
time: fix inconsistent function names in comments
by Li Zefan
· 17 years ago
5db6a4d
Dump stack during sysctl registration failure
by Alexey Dobriyan
· 17 years ago
fad23fc
kernel/futex.c: make 3 functions static
by Adrian Bunk
· 17 years ago
a7e1e00
Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep
by Linus Torvalds
· 17 years ago
f3baa48
[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.
by David S. Miller
· 17 years ago
cc5f916
Freezer: do not allow freezing processes to clear TIF_SIGPENDING
by Rafael J. Wysocki
· 17 years ago
9301899
sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2
by Balbir Singh
· 17 years ago
38605ca
sched: fix style in kernel/sched.c
by Ingo Molnar
· 17 years ago
8eb172d
sched: fix style of swap() macro in kernel/sched_fair.c
by Ingo Molnar
· 17 years ago
fe5c7cc
sched: report CPU usage in CFS cgroup directories
by Paul Menage
· 17 years ago
ae8393e
sched: move rcu_head to task_group struct
by Srivatsa Vaddagiri
· 17 years ago
7bae49d
sched: fix incorrect assumption that cpu 0 exists
by James Bottomley
· 17 years ago
73a2bcb
sched: keep utime/stime monotonic
by Peter Zijlstra
· 17 years ago
f7402e0
sched: make kernel/sched.c:account_guest_time() static
by Adrian Bunk
· 17 years ago
9340070
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
by Linus Torvalds
· 17 years ago
ca5cd87
x86 merge fallout: uml
by Al Viro
· 17 years ago
edfed66
Quieten hrtimer printk: "Switched to high resolution mode .."
by Michael Ellerman
· 17 years ago
129f1d2
timer_list: Fix printk format strings
by Vegard Nossum
· 17 years ago
64e38eb
clockevents: unexport tick_nohz_get_sleep_length
by Adrian Bunk
· 17 years ago
17aacfb
lockdep: fix a typo in the __lock_acquire comment
by Gautham R Shenoy
· 17 years ago
ab63a63
sched: fix unconditional irq lock
by Peter Zijlstra
· 17 years ago
681f3e6
sched: isolate SMP balancing code a bit more
by Peter Williams
· 17 years ago
e1d1484
sched: reduce balance-tasks overhead
by Peter Williams
· 17 years ago
a0f846a
sched: make cpu_shares_{show,store}() static
by Adrian Bunk
· 17 years ago
2b01dfe
sched: clean up some control group code
by Paul Menage
· 17 years ago
b3da2a7
sched: document profile=sleep requiring CONFIG_SCHEDSTATS
by Mel Gorman
· 17 years ago
838225b
sched: use show_regs() to improve __schedule_bug() output
by Satyam Sharma
· 17 years ago
4dcf6af
sched: clean up sched_domain_debug()
by Ingo Molnar
· 17 years ago
b15136e
sched: fix fastcall mismatch in completion APIs
by Ingo Molnar
· 17 years ago
7378547
sched: fix sched_domain sysctl registration again
by Milton Miller
· 17 years ago
3bdf590
cgroup: kill unused variable
by Jeff Garzik
· 17 years ago
a98ce5c
Fix synchronize_irq races with IRQ handler
by Herbert Xu
· 17 years ago
481968f
auditsc: fix kernel-doc param warnings
by Randy Dunlap
· 17 years ago
0fd56c7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 17 years ago
5081dba
Fix appletalk sysctl entry name
by Eric W. Biederman
· 17 years ago
83d87d1
sched: don't clear PF_VCPU in scheduler
by Laurent Vivier
· 17 years ago
74c3cbe
[PATCH] audit: watching subtrees
by Al Viro
· 17 years ago
5a190ae
[PATCH] pass dentry to audit_inode()/audit_inode_child()
by Al Viro
· 18 years ago
c00046c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
c1cb8e4
sysctl: Don't compile sysctl_check when !CONFIG_SYSCTL
by Eric W. Biederman
· 17 years ago
df7c487
trivial copy_data_pages() tidy up
by Fengguang Wu
· 17 years ago
6506f2a
fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
by Uwe Kleine-König
· 17 years ago
6888c1e
kernel/sched.c: remove bogus comment from account_user_time
by Michael Neuling
· 17 years ago
9aa5e99
trivial comment wording/typo fix regarding taint flags
by Daniel Roesen
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
c4ec207
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
a39bc51
Uninline fork.c/exit.c
by Alexey Dobriyan
· 17 years ago
a24efe6
kernel/fork.c: remove unneeded variable initialization in copy_process()
by Mariusz Kozlowski
· 17 years ago
8256e47
Linux Kernel Markers
by Mathieu Desnoyers
· 17 years ago
09caded
Combine instrumentation menus in kernel/Kconfig.instrumentation
by Mathieu Desnoyers
· 17 years ago
68318b8
Hook up group scheduler with control groups
by Srivatsa Vaddagiri
· 17 years ago
cba63c3
Extended crashkernel command line
by Bernhard Walle
· 17 years ago
73e753a
CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified
by KAMEZAWA Hiroyuki
· 17 years ago
470fd64
hotplug cpu: migrate a task within its cpuset
by Cliff Wickman
· 17 years ago
bd89aab
Control groups: Replace "cont" with "cgrp" and other misc renaming
by Paul Menage
· 17 years ago
69cccb8
Use task_pid_nr() instead of pid_nr(task_pid())
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
9a2e705
Isolate the explicit usage of signal->pgrp
by Pavel Emelyanov
· 17 years ago
270f722
Fix tsk->exit_state usage
by Eugene Teo
· 17 years ago
8707d8b
Fix cpusets update_cpumask
by Paul Menage
· 17 years ago
020958b
cpusets: decrustify cpuset mask update code
by Paul Jackson
· 17 years ago
Next »