summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+40
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-93/+272
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-79/+141
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+6
2012-01-03security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara1-1/+1
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov1-1/+1
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-0/+1
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-0/+1
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+32
2011-12-23Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-2/+13
2011-12-23net: relax rcvbuf limitsEric Dumazet1-1/+3
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-0/+1
2011-12-22VFS: Fix race between CPU hotplug and lglocksSrivatsa S. Bhat1-4/+32
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+5
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert1-0/+1
2011-12-21perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian1-0/+1
2011-12-21lockdep/waitqueues: Add better annotationPeter Zijlstra1-2/+2
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+8
2011-12-20Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+1
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar56-268/+304
2011-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+6
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar5-79/+141
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang1-0/+4
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk1-2/+1
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+8
2011-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-0/+3
2011-12-18writeback: show writeback reason with __print_symbolicWu Fengguang1-2/+13
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds1-0/+2
2011-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2011-12-16iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov1-0/+2
2011-12-15[SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb...john fastabend1-0/+3
2011-12-14drm/radeon/kms: add some new pci idsAlex Deucher1-0/+10
2011-12-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-93/+272
2011-12-12linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-0/+6
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney1-9/+29
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett1-0/+1
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney1-1/+2
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney2-0/+20
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney1-1/+0
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney1-0/+37
2011-12-11rcu: Update trace_rcu_dyntick() header commentPaul E. McKenney1-2/+10
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-46/+1
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney1-0/+8
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney1-6/+9
2011-12-11rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney1-0/+43
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-3/+43
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-6/+7