aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes1-0/+9
2008-02-07Memory controller improve user interfaceBalbir Singh1-11/+25
2008-02-07Memory controller: accounting setupPavel Emelianov1-3/+8
2008-02-07Memory controller: resource countersPavel Emelianov2-0/+121
2008-02-07kernel/cgroup.c: make 2 functions staticAdrian Bunk1-2/+2
2008-02-07cgroups: move cgroups destroy() callbacks to cgroup_diput()Paul Menage1-12/+24
2008-02-07cgroup simplify space strippingPaul Jackson1-14/+3
2008-02-07cgroup brace coding style fixPaul Jackson1-10/+5
2008-02-07kernel/cgroup.c: remove dead codeAdrian Bunk1-10/+8
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov1-0/+1
2008-02-06kprobes: kretprobe user entry-handlerAbhishek Sagar2-3/+22
2008-02-06speed up jiffies conversion functions if HZ==USER_HZAndrew Morton1-1/+3
2008-02-06system timer: fix crash in <100Hz system timerDavid Fries1-2/+9
2008-02-06kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet1-10/+10
2008-02-06idle_regs() must be __cpuinitAdrian Bunk1-1/+1
2008-02-06kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson1-1/+1
2008-02-06stopmachine: semaphore to mutexDaniel Walker1-3/+3
2008-02-06Add arch_ptrace_stopRoland McGrath1-1/+32
2008-02-06relay: nopageNick Piggin1-15/+9
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet2-1/+9
2008-02-06do_wait: remove one "else if" branchOleg Nesterov1-3/+1
2008-02-06printk.c: use unsigned ints instead of longs for logbuf indexDenys Vlasenko1-18/+18
2008-02-06time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemMiao Xie1-9/+10
2008-02-06kernel/notifier.c should #include <linux/reboot.h>Adrian Bunk1-0/+1
2008-02-06make srcu_readers_active() staticAdrian Bunk1-2/+1
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06remove support for un-needed _extratext sectionRobin Getz1-10/+1
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov3-8/+6
2008-02-06taskstats scaled time cleanupMichael Neuling1-4/+6
2008-02-05latency.c: use QoS infrastructureMark Gross2-281/+1
2008-02-05pm qos infrastructure and interfaceMark Gross2-1/+426
2008-02-05make kernel_shutdown_prepare() staticAdrian Bunk1-1/+1
2008-02-05kernel/power/disk.c: make code staticAdrian Bunk1-2/+2
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn4-43/+13
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-9/+104
2008-02-05mm/page-writeback: highmem_is_dirtyable optionBron Gondwana1-1/+17
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-1/+1
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter1-2/+2
2008-02-05timerfd: new timerfd APIDavide Libenzi3-11/+14
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov2-3/+4
2008-02-05remove handle_group_stop() in favor of do_signal_stop()Oleg Nesterov1-38/+5
2008-02-05__group_complete_signal(): fix coredump with group stop raceOleg Nesterov1-30/+0
2008-02-05clone: prepare to recycle CLONE_STOPPEDAndrew Morton1-0/+17
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-49/+0
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+1
2008-02-03kernel/: Spelling fixesJoe Perches1-1/+1
2008-02-03Remove one useless extern declarationPierre Peiffer1-2/+0
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-55/+0
2008-02-03Add HAVE_KPROBESMathieu Desnoyers1-1/+4