summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix annoying DRM_ERROR() string warningLinus Torvalds2009-01-261-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-01-263-18/+30
|\ \ \ \ \ \
| * | | | | | fuse: fix poll notifyMiklos Szeredi2009-01-261-4/+9
| * | | | | | fuse: destroy bdi on umountMiklos Szeredi2009-01-262-2/+3
| * | | | | | fuse: fuse_fill_super error handling cleanupMiklos Szeredi2009-01-261-18/+19
| * | | | | | fuse: fix missing fput on errorMiklos Szeredi2009-01-261-2/+7
| * | | | | | fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter2009-01-261-1/+1
| |/ / / / /
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-2612-104/+129
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/debugobjects' into core/urgentThomas Gleixner2009-01-22545-3703/+8164
| |\ \ \ \ \ \
| | * | | | | | debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner2009-01-222-1/+8
| | |/ / / / /
| * | | | | | rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTORLai Jiangshan2009-01-221-13/+0
| * | | | | | relay: fix lock imbalance in relay_late_setup_filesJiri Slaby2009-01-181-1/+3
| * | | | | | oprofile: fix uninitialized use of struct op_entryRobert Richter2009-01-172-0/+12
| * | | | | | rcu: move Kconfig menuMike Travis2009-01-151-87/+92
| * | | | | | softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines2009-01-143-1/+13
| * | | | | | rcu: add __cpuinit to rcu_init_percpu_data()Lai Jiangshan2009-01-142-2/+2
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-269-111/+57
|\ \ \ \ \ \ \
| * | | | | | | hrtimers: fix inconsistent lock state on resume in hres_timers_resumePeter Zijlstra2009-01-181-1/+3
| * | | | | | | time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
| * | | | | | | locking, hpet: annotate false positive warningPeter Zijlstra2009-01-122-1/+7
| * | | | | | | kernel/fork.c: unused variable 'ret'Steven Noonan2009-01-111-1/+0
| * | | | | | | Merge commit 'v2.6.29-rc1' into timers/urgentIngo Molnar2009-01-112182-41157/+152947
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-075-107/+46
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-2630-128/+260
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: unitialised return value in xenbus_write_transactionIan Campbell2009-01-261-6/+5
| * | | | | | | | x86: fix section mismatch warningRakib Mullick2009-01-261-1/+1
| * | | | | | | | x86: unmask CPUID levels on Intel CPUs, fixIngo Molnar2009-01-261-8/+11
| * | | | | | | | x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.Eric Anholt2009-01-261-0/+10
| * | | | | | | | x86: use standard PIT frequencyIngo Molnar2009-01-251-9/+4
| * | | | | | | | xen: handle highmem pages correctly when shrinking a domainIan Campbell2009-01-231-4/+7
| * | | | | | | | x86, mm: fix pte_free()Peter Zijlstra2009-01-231-0/+1
| * | | | | | | | xen: actually release memory when shrinking domainDan Magenheimer2009-01-221-0/+5
| * | | | | | | | x86: unmask CPUID levels on Intel CPUsH. Peter Anvin2009-01-221-0/+10
| * | | | | | | | x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>H. Peter Anvin2009-01-211-0/+29
| * | | | | | | | x86: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha2009-01-211-3/+3
| * | | | | | | | x86: mtrr fix debug boot parameterThomas Renninger2009-01-211-5/+7
| * | | | | | | | x86: fix page attribute corruption with cpa()Suresh Siddha2009-01-211-15/+34
| * | | | | | | | Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2009-01-212-3/+10
| * | | | | | | | x86: use early clobbers in usercopy*.cAndi Kleen2009-01-212-4/+4
| * | | | | | | | x86: remove kernel_physical_mapping_init() from init sectionGary Hade2009-01-201-1/+1
| * | | | | | | | fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-201-7/+4
| * | | | | | | | cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-191-13/+9
| * | | | | | | | work_on_cpu: Use our own workqueue.Rusty Russell2009-01-191-1/+7
| * | | | | | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-191-10/+4
| * | | | | | | | x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza2009-01-181-1/+1
| * | | | | | | | x86: put trigger in to detect mismatched apic versionsMike Travis2009-01-181-0/+5
| * | | | | | | | x86: define ARCH_WANT_FRAME_POINTERSJeff Mahoney2009-01-181-0/+9
| * | | | | | | | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich2009-01-163-29/+45
| * | | | | | | | x86, UV: cpu_relax in uv_wait_completionCliff Wickman2009-01-151-0/+1
| * | | | | | | | x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4