summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely-0/+600
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner-174/+247
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker-1/+1
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha-0/+4
2012-02-15futex: Simplify return logicThomas Gleixner-25/+13
2012-02-15futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner-6/+13
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner-2/+23
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely-7/+7
2012-02-14irq_domain: Be less verboseGrant Likely-3/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-1/+2
2012-02-14module: make module param bint handle nul valueDave Young-1/+2
2012-02-14security: trim security.hAl Viro-0/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro-1/+1
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg-0/+5
2012-02-13PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki-4/+1
2012-02-13PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()Rafael J. Wysocki-7/+9
2012-02-13PM / QoS: unconditionally build the featureJean Pihet-1/+2
2012-02-13Merge commit 'pm-fixes-for-3.3-rc3' into pm-qosRafael J. Wysocki-6/+31
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim-3/+3
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+9
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao-12/+12
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter-2/+8
2012-02-09PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat-9/+7
2012-02-09PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat-8/+6
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza-10/+2
2012-02-09Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki-6/+31
2012-02-10security: create task_free security callbackKees Cook-0/+1
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo-1/+1
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-18/+106
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu-1/+5
2012-02-03kernel/resource.c: move EXPORT_SYMBOL right after definitionCong Wang-2/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt-0/+8
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa-6/+9
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz-0/+2
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds-56/+124
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan-60/+43
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat-2/+4
2012-01-31sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto-2/+2
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar-38/+66
2012-01-30cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines-113/+27