aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-02-16irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely1-0/+600
2012-02-15Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner2-174/+247
2012-02-15timer: Fix bad idle check on irq entryFrederic Weisbecker1-1/+1
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2012-02-15futex: Simplify return logicThomas Gleixner1-25/+13
2012-02-15futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner1-6/+13
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner1-2/+23
2012-02-14irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely1-7/+7
2012-02-14irq_domain: Be less verboseGrant Likely1-3/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+2
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-02-14security: trim security.hAl Viro4-0/+4
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13printk/tracing: Add console output tracingJohannes Berg1-0/+5
2012-02-13PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki1-4/+1
2012-02-13PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()Rafael J. Wysocki1-7/+9
2012-02-13PM / QoS: unconditionally build the featureJean Pihet1-1/+2
2012-02-13Merge commit 'pm-fixes-for-3.3-rc3' into pm-qosRafael J. Wysocki3-6/+31
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+9
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-02-09PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2-9/+7
2012-02-09PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2-8/+6
2012-02-09PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2-10/+2
2012-02-09Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki3-6/+31
2012-02-10security: create task_free security callbackKees Cook1-0/+1
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian1-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo8-18/+106
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsSrivatsa S. Bhat2-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu1-1/+5
2012-02-03kernel/resource.c: move EXPORT_SYMBOL right after definitionCong Wang1-2/+1
2012-02-03tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2-0/+8
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa1-6/+9
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-56/+124
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan5-60/+43
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat1-2/+4
2012-01-31sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto1-2/+2
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar1-38/+66
2012-01-30cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines1-113/+27