aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov1-15/+15
2008-04-30handle_stop_signal: use the cached p->signal valueOleg Nesterov1-15/+13
2008-04-30handle_stop_signal: unify partial/full stop handlingOleg Nesterov1-26/+19
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov1-6/+1
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov1-10/+19
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov1-13/+14
2008-04-30signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov1-57/+29
2008-04-30signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov1-5/+7
2008-04-30signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov1-10/+14
2008-04-30k_getrusage: don't take rcu_read_lock()Oleg Nesterov1-6/+1
2008-04-30lock_task_sighand: add rcu lock/unlockOleg Nesterov1-3/+2
2008-04-30signals: do_group_exit(): use signal_group_exit() more consistentlyOleg Nesterov1-3/+4
2008-04-30signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov1-1/+1
2008-04-30signals: consolidate checking for ignored/legacy signalsPavel Emelyanov1-25/+17
2008-04-30signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov1-5/+7
2008-04-30signals: remove unused variable from send_signal()Pavel Emelyanov1-2/+1
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds4-112/+235
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-04-29Add kbuild.h that contains common definitions for kbuild usersChristoph Lameter1-5/+1
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-5/+5
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-7/+18
2008-04-29sysctl: clean from unneeded extern and forward declarationsPavel Emelyanov1-76/+68
2008-04-29sysctl: allow embedded targets to disable sysctl_check.cHolger Schurig2-3/+9
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev10-55/+16
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-3/+2
2008-04-29procfs task exe symlinkMatt Helsley1-0/+3
2008-04-29keys: make the keyring quotas controllable through /proc/sysDavid Howells1-0/+9
2008-04-29keys: don't generate user and user session keyrings unless they're accessedDavid Howells1-11/+4
2008-04-29ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn1-0/+12
2008-04-29ipc: sysvsem: force unshare(CLONE_SYSVSEM) when CLONE_NEWIPCManfred Spraul1-1/+6
2008-04-29ipc: sysvsem: implement sys_unshare(CLONE_SYSVSEM)Manfred Spraul1-18/+11
2008-04-29ipc: re-enable msgmni automatic recomputing msgmni if set to negativeNadia Derbey1-0/+38
2008-04-29simplify cpu_hotplug_begin()/put_online_cpus()Oleg Nesterov1-20/+10
2008-04-29cleanup_workqueue_thread: remove the unneeded "cpu" parameterOleg Nesterov1-7/+4
2008-04-29workqueues: shrink cpu_populated_map when CPU diesOleg Nesterov1-4/+9
2008-04-29Cpuset hardwall flag: add a mem_hardwall flag to cpusetsPaul Menage1-16/+32
2008-04-29Cpuset hardwall flag: switch cpusets to use the bulk cgroup_add_files() APIPaul Menage1-91/+75
2008-04-29kernel/cpuset.c: make 3 functions staticAdrian Bunk1-3/+6
2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov1-0/+4
2008-04-29cgroups: add an owner to the mm_structBalbir Singh3-3/+121
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn1-6/+9
2008-04-29cgroups: remove the css_set linked-listLi Zefan1-20/+20
2008-04-29cgroups: simplify init_subsys()Li Zefan1-26/+9
2008-04-29cgroups: use a hash table for css_set findingLi Zefan1-12/+47
2008-04-29cgroups: add the trigger callback to struct cftypePavel Emelyanov1-0/+4
2008-04-29cgroup: switch to proc_create()Li Zefan1-4/+1
2008-04-29cgroup: annotate cgroup_init_subsys with __initLi Zefan1-1/+1
2008-04-29CGroups _s64 files: use read_s64/write_s64 in CFS cgroup for rt_runtime filePaul Menage1-40/+6
2008-04-29CGroups _s64 files: add cgroups read_s64/write_s64 file methodsPaul Menage1-10/+28