summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2012-04-13irq_work: fix compile failure on tile from missing includeChris Metcalf
2012-04-12irq_domain: fix type mismatch in debugfs output formatGrant Likely
2012-04-12sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus...Kirill Tkhai
2012-04-12panic: fix stack dump print on direct call to panic()Jason Wessel
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely
2012-04-11[media] kernel:kfifo: export __kfifo_max_r symbolSrinivas Kandagatla
2012-04-11trace: Remove unused workqueue tracerStephen Boyd
2012-04-11cgroup: remove cgroup_subsys->populate()Tejun Heo
2012-04-11cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov
2012-04-11irqdomain: Fix debugfs formattingGrant Likely
2012-04-10irq_domain: correct the debugfs file nameMika Westerberg
2012-04-10irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha
2012-04-10itimer: Use printk_once instead of WARN_ONCEThomas Gleixner
2012-04-08watchdog: add check for suspended vm in softlockup detectorEric B Munson
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-07userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman
2012-04-07userns: Start out with a full set of capabilities.Eric W. Biederman
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman
2012-04-07userns: Add an explicit reference to the parent user namespaceEric W. Biederman
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-04-07userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-04-05semaphore: fix improper comment reference to mutexLucia Rosculete
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-04-05sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook
2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker
2012-04-01cgroup: make css->refcnt clearing on cgroup removal optionalTejun Heo
2012-04-01cgroup: use negative bias on css->refcnt to block css_tryget()Tejun Heo
2012-04-01cgroup: implement cgroup_rm_cftypes()Tejun Heo
2012-04-01cgroup: introduce struct cfentTejun Heo
2012-04-01cgroup: relocate __d_cgrp() and __d_cft()Tejun Heo
2012-04-01cgroup: remove cgroup_add_file[s]()Tejun Heo
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-04-01cgroup: merge cft_release_agent cftype array into the base files arrayTejun Heo
2012-04-01cgroup: implement cgroup_add_cftypes() and friendsTejun Heo
2012-04-01cgroup: build list of all cgroups under a given cgroupfs_rootTejun Heo
2012-04-01cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()Tejun Heo
2012-04-01cgroup: deprecate remount option changesTejun Heo
2012-03-31tick: Document TICK_ONESHOT config optionThomas Gleixner
2012-03-31uprobes/core: Optimize probe hits with the help of a counterSrikar Dronamraju
2012-03-31uprobes/core: Allocate XOL slots for uprobes useSrikar Dronamraju
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu
2012-03-30itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel
2012-03-29kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel