aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-0/+58
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen1-0/+2
2008-10-16taint: fix kernel-docRandy Dunlap1-15/+15
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami2-2/+2
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong1-1/+0
2008-10-16kernel/sys.c: improve code generationAndrew Morton1-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum1-2/+4
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen2-10/+66
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac1-4/+12
2008-10-16Make the taint flags reliableAndi Kleen4-63/+81
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-1/+0
2008-10-16wait: kill is_sync_wait()Tejun Heo1-12/+2
2008-10-16kernel/dma.c: remove a CVS keywordAdrian Bunk1-1/+1
2008-10-16pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki4-38/+55
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2-6/+7
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+6
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds2-13/+0
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox2-6/+5
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox1-16/+0
2008-10-13tty: Add a kref countAlan Cox2-4/+5
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller26-468/+900
2008-10-11Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+76
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-0/+68
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar1-1/+8
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+10
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-95/+257
2008-10-10Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-BIngo Molnar1-0/+2
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-11/+0
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan1-2/+0
2008-10-09[CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governorvenkatesh.pallipadi@intel.com1-1/+10
2008-10-09sched debug: add name to sched_domain sysctl entriesIngo Molnar1-2/+12
2008-10-09Merge branch 'linus' into core/rcuIngo Molnar7-17/+97
2008-10-08sched: sync wakeups vs avg_overlapPeter Zijlstra1-8/+10
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/coreIngo Molnar8-320/+359
2008-10-06kgdb: call touch_softlockup_watchdog on resumeJason Wessel1-0/+3
2008-10-06sched: remove redundant code in cpu_cgroup_create()Li Zefan1-4/+0
2008-10-06Merge branch 'linus' into sched/develIngo Molnar12-35/+147
2008-10-04sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli1-4/+4
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner1-2/+4
2008-10-03cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so constFrederic Weisbecker1-1/+1
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCU, fixIngo Molnar1-1/+1
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney1-80/+86
2008-10-03Merge commit 'v2.6.27-rc8' into core/rcuIngo Molnar12-51/+97
2008-10-02fix error-path NULL deref in alloc_posix_timer()Dan Carpenter1-1/+1
2008-09-30Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-14/+89
2008-09-30sched: minor optimizations in wake_affine and select_task_rq_fairAmit K. Arora1-9/+7
2008-09-29Configure out file locking featuresThomas Petazzoni2-1/+6
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh2-4/+13
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner4-16/+29