summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* fix "modules: make module_address_lookup() safe"Andrew Morton2008-02-081-2/+2
* modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter2008-02-081-3/+1Star
* Modules: handle symbols that have a zero valueChristoph Lameter2008-02-081-9/+14
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-081-9/+10
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-083-181/+201
* namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov2008-02-083-15/+13Star
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+1
* namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov2008-02-081-1/+2
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-081-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-072-5/+9
|\
| * Merge branches 'release' and 'dsdt-override' into releaseLen Brown2008-02-071-2/+3
| |\
| | * ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel2008-02-071-2/+3
| * | PM: documentation cleanupsPavel Machek2008-02-071-3/+6
| |/
* | vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()Ken'ichi Ohmichi2008-02-071-2/+2
* | vmcoreinfo: rename vmcoreinfo's macros returning the sizeKen'ichi Ohmichi2008-02-071-7/+7
* | Handle pid namespaces in cgroups codePavel Emelyanov2008-02-071-2/+2
* | hotplug cpu move tasks in empty cpusets - refinementsPaul Jackson2008-02-071-8/+13
* | hotplug cpu: move tasks in empty cpusets to parent various other fixesPaul Jackson2008-02-071-26/+15Star
* | cgroups: update comments in cpuset.cPaul Menage2008-02-071-85/+43Star
* | cpusets: update_cpumask revisionCliff Wickman2008-02-071-61/+46Star
* | hotplug cpu: move tasks in empty cpusets to parentCliff Wickman2008-02-072-45/+144
* | cgroups: mechanism to process each task in a cgroupCliff Wickman2008-02-071-12/+186
* | memory cgroup enhancements: add- pre_destroy() handlerKAMEZAWA Hiroyuki2008-02-071-0/+22
* | oom: add sysctl to enable task memory dumpDavid Rientjes2008-02-071-0/+9
* | 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/+3Star
* | cgroup brace coding style fixPaul Jackson2008-02-071-10/+5Star
* | kernel/cgroup.c: remove dead codeAdrian Bunk2008-02-071-10/+8Star
* | 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/+9Star
* 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/+1Star
* 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/+1Star
* 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/+1Star