Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
cd8ba7cd9be0192348c2836cb6645d9b2cd2bfd2
/
kernel
cd8ba7c
sched: add new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
e0982e9
init: move setup of nr_cpu_ids to as early as possible
by Mike Travis
· 17 years ago
4bdbaad3
sched: remove another cpumask_t variable from stack
by Mike Travis
· 17 years ago
39106dc
cpumask: use new cpus_scnprintf function
by Mike Travis
· 17 years ago
7c16ec5
cpumask: reduce stack usage in SD_x_INIT initializers
by Mike Travis
· 17 years ago
c5f59f0
nodemask: use new node_to_cpumask_ptr function
by Mike Travis
· 17 years ago
b53e921
generic: reduce stack pressure in sched_affinity
by Mike Travis
· 17 years ago
f9a86fc
cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer
by Mike Travis
· 17 years ago
f70316d
generic: use new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
434d53b
sched: remove fixed NR_CPUS sized arrays in kernel_sched_c
by Mike Travis
· 17 years ago
d366f8c
cpumask: Cleanup more uses of CPU_MASK and NODE_MASK
by Mike Travis
· 17 years ago
9f0e738
sched: fix cpus_allowed settings
by Gregory Haskins
· 17 years ago
0297b80
sched: allow cpuacct stats to be reset
by Dhaval Giani
· 17 years ago
32cd756
sched: cleanup cpuacct variable names
by Dhaval Giani
· 17 years ago
48f20a9
tasklets: execute tasklets in the same order they were queued
by Olof Johansson
· 17 years ago
ac086bc
sched: rt-group: smp balancing
by Peter Zijlstra
· 17 years ago
d0b27fa
sched: rt-group: synchonised bandwidth period
by Peter Zijlstra
· 17 years ago
79b3fef
sched: fix regression with sched yield
by Peter Zijlstra
· 17 years ago
19fb518
latencytop: optimize LT_BACKTRACEDEPTH loops a bit
by Dmitry Adamushko
· 17 years ago
50df5d6
sched: remove sysctl_sched_batch_wakeup_granularity
by Ingo Molnar
· 17 years ago
02e2b83
sched: reenable sync wakeups
by Ingo Molnar
· 17 years ago
d25ce4c
sched: cache hot buddy
by Ingo Molnar
· 17 years ago
1fc8afa
sched: feat affine wakeups
by Ingo Molnar
· 17 years ago
b85d066
sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off
by Ingo Molnar
· 17 years ago
0bbd333
sched: fix wakeup granularity for buddies
by Peter Zijlstra
· 17 years ago
15934a3
sched: fix rq->clock overflows detection with CONFIG_NO_HZ
by Guillaume Chazarain
· 17 years ago
30914a5
sched: sched.c needs tick.h
by Reynes Philippe
· 17 years ago
27ec440
sched: make cpu_clock() globally synchronous
by Ingo Molnar
· 17 years ago
018d6db
sched: re-do "sched: fix fair sleepers"
by Ingo Molnar
· 17 years ago
04305e4
Audit: Final renamings and cleanup
by Ahmed S. Darwish
· 17 years ago
9d57a7f
SELinux: use new audit hooks, remove redundant exports
by Ahmed S. Darwish
· 17 years ago
d7a96f3
Audit: internally use the new LSM audit hooks
by Ahmed S. Darwish
· 17 years ago
2a862b3
Audit: use new LSM hooks instead of SELinux exports
by Ahmed S. Darwish
· 17 years ago
73e3e64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
by Linus Torvalds
· 17 years ago
9732b61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
by Linus Torvalds
· 17 years ago
d7bb545
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
4cba84b
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 17 years ago
18c98b6
ptrace_signal subroutine
by Roland McGrath
· 17 years ago
0e04388
cgroup: fix a race condition in manipulating tsk->cg_list
by Li Zefan
· 17 years ago
1a9a3e7
kgdb: always use icache flush for sw breakpoints
by Jason Wessel
· 17 years ago
56fb709
kgdb: fix SMP NMI kgdb_handle_exception exit race
by Jason Wessel
· 17 years ago
737a460
kgdb: fix several kgdb regressions
by Jason Wessel
· 17 years ago
b4b8ac5
kgdb: fix optional arch functions and probe_kernel_*
by Jason Wessel
· 17 years ago
64e9ee3
kgdb: add x86 HW breakpoints
by Jason Wessel
· 17 years ago
67baf94
kgdb: print breakpoint removed on exception
by Jason Wessel
· 17 years ago
7c3078b
kgdb: clocksource watchdog
by Jason Wessel
· 17 years ago
dc7d552
kgdb: core
by Jason Wessel
· 17 years ago
714493c
Improve semaphore documentation
by Matthew Wilcox
· 17 years ago
b17170b
Simplify semaphore implementation
by Matthew Wilcox
· 17 years ago
f1241c8
Add down_timeout and change ACPI to use it
by Matthew Wilcox
· 17 years ago
f06d968
Introduce down_killable()
by Matthew Wilcox
· 17 years ago
64ac24e
Generic semaphore implementation
by Matthew Wilcox
· 17 years ago
6993fc5
clocksource: make clocksource watchdog cycle through online CPUs
by Andi Kleen
· 17 years ago
903b8a8
clockevents: optimise tick_nohz_stop_sched_tick() a bit
by Karsten Wiese
· 17 years ago
8e60e05
hrtimers: simplify lockdep handling
by Oleg Nesterov
· 17 years ago
0d18040
timers: simplify lockdep handling
by Oleg Nesterov
· 17 years ago
ee7dd20
posix-timers: fix shadowed variables
by WANG Cong
· 17 years ago
d59b949
timer_list: add annotations to workqueue.c
by Pavel Machek
· 17 years ago
029a07e
hrtimer: use nanosleep specific restart_block fields
by Thomas Gleixner
· 17 years ago
d7b9068
[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h
by Russell King
· 17 years ago
093a07e
Fix locking bug in "acquire_console_semaphore_for_printk()"
by Linus Torvalds
· 17 years ago
e2df9e0
revert "sched: fix fair sleepers"
by Ingo Molnar
· 17 years ago
b6c3006
cgroups: include hierarchy ids in /proc/<pid>/cgroup
by Paul Menage
· 17 years ago
54a0151
asmlinkage_protect replaces prevent_tail_call
by Roland McGrath
· 17 years ago
8bab8dd
cgroups: add cgroup support for enabling controllers at boot time
by Paul Menage
· 17 years ago
6496968
markers: use synchronize_sched()
by Mathieu Desnoyers
· 17 years ago
8481664
futex_compat __user annotation
by Al Viro
· 17 years ago
9dce07f
NULL noise: fs/*, mm/*, kernel/*
by Al Viro
· 17 years ago
f706d5d
audit: silence two kerneldoc warnings in kernel/audit.c
by Dave Jones
· 17 years ago
1d4a788
memcgroup: fix spurious EBUSY on memory cgroup removal
by YAMAMOTO Takashi
· 17 years ago
f6d107f
Give futex init a proper name
by Benjamin Herrenschmidt
· 17 years ago
8f404fa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
by Linus Torvalds
· 17 years ago
5eb7f9f
relay: set an spd_release() hook for splice
by Jens Axboe
· 17 years ago
37529fe
set relay file can not be read by pread(2)
by Lai Jiangshan
· 17 years ago
06d8308
NOHZ: reevaluate idle sleep length after add_timer_on()
by Thomas Gleixner
· 17 years ago
898a19d
clocksource: revert: use init_timer_deferrable for clocksource_watchdog
by Thomas Gleixner
· 17 years ago
266c2e0
Make printk() console semaphore accesses sensible
by Linus Torvalds
· 17 years ago
5f7b703
bsd_acct: using task_struct->tgid is not right in pid-namespaces
by Pavel Emelyanov
· 17 years ago
a846a19
bsd_acct: plain current->real_parent access is not always safe
by Pavel Emelyanov
· 17 years ago
5833611
markers: remove ACCESS_ONCE
by Mathieu Desnoyers
· 17 years ago
fd3c36f
markers: update preempt_disable. call_rcu, rcu_barrier comments
by Mathieu Desnoyers
· 17 years ago
92896bd
Don't 'printk()' while holding xtime lock for writing
by Linus Torvalds
· 17 years ago
22e52b0
sched: add arch_update_cpu_topology hook.
by Heiko Carstens
· 17 years ago
9aefd0a
sched: add exported arch_reinit_sched_domains() to header file.
by Heiko Carstens
· 17 years ago
23e3c3c
sched: remove double unlikely from schedule()
by Roel Kluin
· 17 years ago
2070ee0
sched: cleanup old and rarely used 'debug' features.
by Peter Zijlstra
· 17 years ago
7d3628b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
75c0371
audit: netlink socket can be auto-bound to pid other than current->pid (v2)
by Pavel Emelyanov
· 17 years ago
3150e63
revert "clocksource: make clocksource watchdog cycle through online CPUs"
by Andrew Morton
· 17 years ago
74e3cd7
sched: retune wake granularity
by Ingo Molnar
· 17 years ago
f540a60
sched: wakeup-buddy tasks are cache-hot
by Ingo Molnar
· 17 years ago
4ae7d5c
sched: improve affine wakeups
by Ingo Molnar
· 17 years ago
f482738
sched: clean up wakeup balancing, code flow
by Ingo Molnar
· 17 years ago
ac192d3
sched: clean up wakeup balancing, rename variables
by Ingo Molnar
· 17 years ago
098fb9d
sched: clean up wakeup balancing, move wake_affine()
by Ingo Molnar
· 17 years ago
16d5466
relay: fix subbuf_splice_actor() adding too many pages
by Jens Axboe
· 17 years ago
6a6029b
sched: simplify sched_slice()
by Ingo Molnar
· 17 years ago
e22ecef
sched: fix fair sleepers
by Ingo Molnar
· 17 years ago
aa2ac25
sched: fix overload performance: buddy wakeups
by Peter Zijlstra
· 17 years ago
27d1172
sched: fix calc_delta_mine()
by Ingo Molnar
· 17 years ago
Next »