aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Memory controller improve user interfaceBalbir Singh2008-02-071-11/+25
* Memory controller: accounting setupPavel Emelianov2008-02-071-3/+8
* Memory controller: resource countersPavel Emelianov2008-02-072-0/+121
* kernel/cgroup.c: make 2 functions staticAdrian Bunk2008-02-071-2/+2
* cgroups: move cgroups destroy() callbacks to cgroup_diput()Paul Menage2008-02-071-12/+24
* cgroup simplify space strippingPaul Jackson2008-02-071-14/+3
* cgroup brace coding style fixPaul Jackson2008-02-071-10/+5
* kernel/cgroup.c: remove dead codeAdrian Bunk2008-02-071-10/+8
* gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2008-02-071-0/+1
* kprobes: kretprobe user entry-handlerAbhishek Sagar2008-02-062-3/+22
* speed up jiffies conversion functions if HZ==USER_HZAndrew Morton2008-02-061-1/+3
* system timer: fix crash in <100Hz system timerDavid Fries2008-02-061-2/+9
* kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet2008-02-061-10/+10
* idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson2008-02-061-1/+1
* stopmachine: semaphore to mutexDaniel Walker2008-02-061-3/+3
* Add arch_ptrace_stopRoland McGrath2008-02-061-1/+32
* relay: nopageNick Piggin2008-02-061-15/+9
* get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet2008-02-062-1/+9
* do_wait: remove one "else if" branchOleg Nesterov2008-02-061-3/+1
* printk.c: use unsigned ints instead of longs for logbuf indexDenys Vlasenko2008-02-061-18/+18
* time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemMiao Xie2008-02-061-9/+10
* kernel/notifier.c should #include <linux/reboot.h>Adrian Bunk2008-02-061-0/+1
* make srcu_readers_active() staticAdrian Bunk2008-02-061-2/+1
* kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* remove support for un-needed _extratext sectionRobin Getz2008-02-061-10/+1
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-063-8/+6
* taskstats scaled time cleanupMichael Neuling2008-02-061-4/+6
* latency.c: use QoS infrastructureMark Gross2008-02-052-281/+1
* pm qos infrastructure and interfaceMark Gross2008-02-052-1/+426
* make kernel_shutdown_prepare() staticAdrian Bunk2008-02-051-1/+1
* kernel/power/disk.c: make code staticAdrian Bunk2008-02-051-2/+2
* capabilities: introduce per-process capability bounding setSerge E. Hallyn2008-02-054-43/+13
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-051-9/+104
* mm/page-writeback: highmem_is_dirtyable optionBron Gondwana2008-02-051-1/+17
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-1/+1
* Page allocator: clean up pcp draining functionsChristoph Lameter2008-02-051-2/+2
* timerfd: new timerfd APIDavide Libenzi2008-02-053-11/+14
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-052-3/+4
* remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov2008-02-051-38/+5
* __group_complete_signal(): fix coredump with group stop raceOleg Nesterov2008-02-051-30/+0
* clone: prepare to recycle CLONE_STOPPEDAndrew Morton2008-02-051-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-042-3/+1
|\
| * kernel/: Spelling fixesJoe Perches2008-02-031-1/+1
| * Remove one useless extern declarationPierre Peiffer2008-02-031-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-02-041-49/+0
|\ \
| * | Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers2008-02-031-55/+0
| * | Add HAVE_KPROBESMathieu Desnoyers2008-02-031-1/+4
| * | Add HAVE_OPROFILEMathieu Desnoyers2008-02-031-1/+4
| * | Fix ARM to play nicely with generic Instrumentation menuMathieu Desnoyers2008-02-031-1/+1
| |/