Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8707d8b8c0cbdf4441507f8dded194167da896c7
8707d8b
Fix cpusets update_cpumask
by Paul Menage
· 17 years ago
020958b
cpusets: decrustify cpuset mask update code
by Paul Jackson
· 17 years ago
029190c
cpuset sched_load_balance flag
by Paul Jackson
· 17 years ago
2f2a3a4
Uninline the task_xid_nr_ns() calls
by Pavel Emelyanov
· 17 years ago
8990571
Uninline find_pid etc set of functions
by Pavel Emelyanov
· 17 years ago
bac0abd
Isolate some explicit usage of task->tgid
by Pavel Emelyanov
· 17 years ago
19b9b9b
pid namespaces: remove the struct pid unneeded fields
by Pavel Emelyanov
· 17 years ago
228ebcb
Uninline find_task_by_xxx set of functions
by Pavel Emelyanov
· 17 years ago
b488893
pid namespaces: changes to show virtual ids to user
by Pavel Emelyanov
· 17 years ago
3eb07c8
pid namespaces: destroy pid namespace on init's death
by Sukadev Bhattiprolu
· 17 years ago
0fbc26a
pid namespaces: allow signalling cgroup-init
by Sukadev Bhattiprolu
· 17 years ago
c9c5d92
pid namespaces: create a slab-cache for 'struct pid_namespace'
by Sukadev Bhattiprolu
· 17 years ago
6f4e643
pid namespaces: initialize the namespace's proc_mnt
by Pavel Emelyanov
· 17 years ago
130f77e
pid namespaces: make proc_flush_task() actually from entries from multiple namespaces
by Pavel Emelyanov
· 17 years ago
30e49c2
pid namespaces: allow cloning of new namespace
by Pavel Emelyanov
· 17 years ago
b461cc0
pid namespaces: miscellaneous preparations for pid namespaces
by Pavel Emelyanov
· 17 years ago
07543f5
pid namespaces: make proc have multiple superblocks - one for each namespace
by Pavel Emelyanov
· 17 years ago
425fb2b
pid namespaces: move alloc_pid() lower in copy_process()
by Pavel Emelyanov
· 17 years ago
198fe21
pid namespaces: helpers to find the task by its numerical ids
by Pavel Emelyanov
· 17 years ago
7af5729
pid namespaces: helpers to obtain pid numbers
by Pavel Emelyanov
· 17 years ago
8ef047a
pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid
by Pavel Emelyanov
· 17 years ago
faacbfd
pid namespaces: add support for pid namespaces hierarchy
by Pavel Emelyanov
· 17 years ago
4c3f2ea
pid namespaces: introduce struct upid
by Sukadev Bhattiprolu
· 17 years ago
60347f6
pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees
by Pavel Emelyanov
· 17 years ago
8bf9725
pid namespaces: introduce MS_KERNMOUNT flag
by Pavel Emelyanov
· 17 years ago
2e4a707
pid namespaces: move exit_task_namespaces()
by Pavel Emelyanov
· 17 years ago
762a24b
pid namespaces: rework forget_original_parent()
by Oleg Nesterov
· 17 years ago
d4c5e41
whitespace fixes: task exit handling
by Daniel Walker
· 17 years ago
7b1915a
mm/oom_kill.c: Use list_for_each_entry instead of list_for_each
by Matthias Kaehlcke
· 17 years ago
2e19758
kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each
by Matthias Kaehlcke
· 17 years ago
03ff179
kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)
by Matthias Kaehlcke
· 17 years ago
d473012
fs/super.c: use list_for_each_entry() instead of list_for_each()
by Matthias Kaehlcke
· 17 years ago
b70c394
fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()
by Matthias Kaehlcke
· 17 years ago
cfdaf9e
fs/file_table.c: use list_for_each_entry() instead of list_for_each()
by Matthias Kaehlcke
· 17 years ago
4e6045f
workqueue: debug flushing deadlocks with lockdep
by Johannes Berg
· 17 years ago
cf7b708
Make access to task's nsproxy lighter
by Pavel Emelyanov
· 17 years ago
a6f5e06
pid namespaces: move alloc_pid() to copy_process()
by Sukadev Bhattiprolu
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
3743ca0
pid namespaces: use task_pid() to find leader's pid
by Sukadev Bhattiprolu
· 17 years ago
88f21d8
pid namespaces: rename child_reaper() function
by Sukadev Bhattiprolu
· 17 years ago
2894d650
pid namespaces: define and use task_active_pid_ns() wrapper
by Sukadev Bhattiprolu
· 17 years ago
baf8f0f
pid namespaces: dynamic kmem cache allocator for pid namespaces
by Pavel Emelianov
· 17 years ago
a05f7b1
pid namespaces: make get_pid_ns() return the namespace itself
by Pavel Emelianov
· 17 years ago
a47afb0
pid namespaces: round up the API
by Pavel Emelianov
· 17 years ago
858d72e
cgroups: implement namespace tracking subsystem
by Serge E. Hallyn
· 17 years ago
846c7bb
Add cgroupstats
by Balbir Singh
· 17 years ago
c2e2c7f
task cgroups: enable cgroups by default in some configs
by Paul Jackson
· 17 years ago
006cb99
Task Control Groups: simple task cgroup debug info subsystem
by Paul Menage
· 17 years ago
62d0df6
Task Control Groups: example CPU accounting subsystem
by Paul Menage
· 17 years ago
8793d85
Task Control Groups: make cpusets a client of cgroups
by Paul Menage
· 17 years ago
81a6a5c
Task Control Groups: automatic userspace notification of idle cgroups
by Paul Menage
· 17 years ago
817929e
Task Control Groups: shared cgroup subsystem group arrays
by Paul Menage
· 17 years ago
a424316
Task Control Groups: add procfs interface
by Paul Menage
· 17 years ago
697f416
Task Control Groups: add cgroup_clone() interface
by Paul Menage
· 17 years ago
b4f48b6
Task Control Groups: add fork()/exit() hooks
by Paul Menage
· 17 years ago
355e0c4
Add cgroup write_uint() helper method
by Paul Menage
· 17 years ago
bbcb81d
Task Control Groups: add tasks file interface
by Paul Menage
· 17 years ago
ddbcc7e
Task Control Groups: basic task cgroup framework
by Paul Menage
· 17 years ago
55a230a
cpuset: zero malloc - revert the old cpuset fix
by Paul Jackson
· 17 years ago
8f731f7
kernel-api docbook: fix content problems
by Randy Dunlap
· 17 years ago
cb680c1
reiserfs: ignore on disk s_bmap_nr value
by Jeff Mahoney
· 17 years ago
4d20851
reiserfs: remove first_zero_hint
by Jeff Mahoney
· 17 years ago
3ee1667
reiserfs: fix usage of signed ints for block numbers
by Jeff Mahoney
· 17 years ago
6c57c2c
reiserfs: fix memset byte count during resize
by Jeff Mahoney
· 17 years ago
d4c3d19
reiserfs: use is_reusable to catch corruption
by Jeff Mahoney
· 17 years ago
8e186e4
reiserfs: dont use BUG when panicking
by Jeff Mahoney
· 17 years ago
7598392
reiserfs: fix up lockdep warnings
by Jeff Mahoney
· 17 years ago
9ad163a
JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
by Jose R. Santos
· 17 years ago
7a266e7
jbd: fix commit code to properly abort journal
by Jan Kara
· 17 years ago
c2a9159
jbd: config_jbd_debug cannot create /proc entry
by Jose R. Santos
· 17 years ago
1c09924
jbd: remove printk() from J_ASSERT macros
by Chris Snook
· 17 years ago
8c3478a
JBD/ext3 cleanups: convert to kzalloc
by Mingming Cao
· 17 years ago
345225c
isdn/sc: remove unused REQUEST_IRQ and unnecessary header file
by Fernando Luis Vázquez Cao
· 17 years ago
feea6d4
isdn: fix random hard freeze with AVM T1 cards
by Karsten Keil
· 17 years ago
1e9c7813
isdn: fix random hard freeze with AVM cards using b1dma
by Karsten Keil
· 17 years ago
eac141d
isdn: fix random hard freeze with AVM c4 card part 2
by Karsten Keil
· 17 years ago
477116e
fix a trivial typo in scripts/checkstack.pl
by Joern Engel
· 17 years ago
b293d75
Console events and accessibility
by Samuel Thibault
· 17 years ago
fe9d4f5
Add kernel/notifier.c
by Alexey Dobriyan
· 17 years ago
3ed75eb
setup vma->vm_page_prot by vm_get_page_prot()
by Coly Li
· 17 years ago
1c7037d
remove unused flush_tlb_pgtables
by Benjamin Herrenschmidt
· 17 years ago
22124c9
kmap leak fix for x86_32 kdump
by Fernando Luis Vázquez Cao
· 17 years ago
3305a6b
ps3av: remove unused fields in ps3av_monitor_quirks
by Geert Uytterhoeven
· 17 years ago
41ab439
Console keyboard events and accessibility
by Samuel Thibault
· 17 years ago
c18479f
put declaration of put_filesystem() in fs.h
by Miklos Szeredi
· 17 years ago
5089956
advansys: depends on VIRT_TO_BUS
by Andrew Morton
· 17 years ago
4fa4d23
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
a9e82d3
Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
by Bartlomiej Zolnierkiewicz
· 17 years ago
d7c526f
triflex: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
912fb29
opti621: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
af1b3d5
cy82c693: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
f0bb945
cs5520: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
93c6807
alim15x3: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
3985ee3
ide: add IDE_HFLAG_LEGACY_IRQS host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
1c51361
ide: add IDE_HFLAG_SERIALIZE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
ed67b92
ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
40d2dd7
piix: add DECLARE_ICH_DEV() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
5ef8cb5
pdc202xx_old: add DECLARE_PDC2026X_DEV() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
05d7e6c
pdc202xx_new: add DECLARE_PDCNEW_DEV() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »