index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
version.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-24
x86: head_64.S - use GLOBAL macro
Cyrill Gorcunov
1
-15
/
+7
2009-02-24
x86: entry_64.S - add missing ENDPROC
Cyrill Gorcunov
1
-0
/
+1
2009-02-24
x86: invalid_vm86_irq -- use predefined macros
Cyrill Gorcunov
1
-1
/
+1
2009-02-24
x86: head_64.S - use IDT_ENTRIES instead of hardcoded number
Cyrill Gorcunov
1
-1
/
+1
2009-02-24
x86: head_64.S - remove useless balign
Cyrill Gorcunov
1
-2
/
+0
2009-02-24
x86: fix performance regression in write() syscall
Salman Qazi
1
-2
/
+14
2009-02-24
percpu: add __read_mostly to variables which are mostly read only
Tejun Heo
1
-8
/
+8
2009-02-24
x86: add remapping percpu first chunk allocator
Tejun Heo
1
-2
/
+135
2009-02-24
x86: add embedding percpu first chunk allocator
Tejun Heo
1
-1
/
+85
2009-02-24
x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()
Tejun Heo
1
-42
/
+102
2009-02-24
percpu: give more latitude to arch specific first chunk initialization
Tejun Heo
3
-36
/
+167
2009-02-24
percpu: remove unit_size power-of-2 restriction
Tejun Heo
1
-14
/
+19
2009-02-24
x86: update populate_extra_pte() and add populate_extra_pmd()
Tejun Heo
4
-35
/
+63
2009-02-24
vmalloc: add @align to vm_area_register_early()
Tejun Heo
4
-7
/
+10
2009-02-24
bootmem: reorder interface functions and add a missing one
Tejun Heo
1
-13
/
+17
2009-02-24
bootmem: clean up arch-specific bootmem wrapping
Tejun Heo
5
-49
/
+22
2009-02-24
percpu: fix pcpu_chunk_struct_size
Tejun Heo
1
-1
/
+1
2009-02-24
x86, doc: fix references to Documentation/x86/i386/boot.txt
Kyle McMartin
1
-2
/
+2
2009-02-23
x86: minor cleanup in the espfix code
Stas Sergeev
1
-1
/
+1
2009-02-23
x86: check mptable physptr with max_low_pfn on 32bit
Yinghai Lu
1
-3
/
+12
2009-02-23
Linux 2.6.29-rc6
v2.6.29-rc6
Linus Torvalds
1
-1
/
+1
2009-02-23
acpi/doc: add missing param value
Randy Dunlap
1
-1
/
+1
2009-02-23
drm/i915: Add missing mutex_lock(&dev->struct_mutex)
Pierre Willenbrock
1
-0
/
+1
2009-02-23
drm/i915: fix WC mapping in non-GEM i915 code.
Jesse Barnes
1
-1
/
+1
2009-02-23
drm/i915: Fix regression in 95ca9d
Chris Wilson
1
-2
/
+6
2009-02-23
drm/i915: Retire requests from i915_gem_busy_ioctl.
Eric Anholt
1
-0
/
+7
2009-02-23
drm/i915: suspend/resume GEM when KMS is active
Jesse Barnes
3
-2
/
+24
2009-02-23
drm/i915: Don't let a device flush to prepare buffers clear new write_domains.
Eric Anholt
1
-2
/
+14
2009-02-23
drm/i915: Cut two args to set_to_gpu_domain that confused this tricky path.
Eric Anholt
1
-22
/
+16
2009-02-23
acpi: add some missing section markers
Jeremy Fitzhardinge
1
-2
/
+2
2009-02-23
x86: refactor x86_quirks support
Ingo Molnar
16
-56
/
+39
2009-02-23
x86: remove various unused subarch hooks
Ingo Molnar
3
-40
/
+4
2009-02-23
x86: remove the Voyager 32-bit subarch
Ingo Molnar
22
-4335
/
+2
2009-02-23
selinux: Fix the NetLabel glue code for setsockopt()
Paul Moore
1
-1
/
+3
2009-02-23
cipso: Fix documentation comment
Paul Moore
1
-2
/
+7
2009-02-22
PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix
Ingo Molnar
1
-5
/
+2
2009-02-22
docbook: split kernel-api for device-drivers
Randy Dunlap
3
-378
/
+419
2009-02-22
x86: improve the help text of X86_EXTENDED_PLATFORM
Ravikiran G Thirumalai
1
-2
/
+28
2009-02-22
PM: Split up sysdev_[suspend|resume] from device_power_[down|up]
Rafael J. Wysocki
8
-7
/
+38
2009-02-22
x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors
Linus Torvalds
4
-4
/
+4
2009-02-22
PATCH [2/2] Documentation/filesystems/sysfs.txt: fix descriptions of device a...
Mike Murphy
1
-22
/
+28
2009-02-22
PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attribute
Mike Murphy
1
-3
/
+5
2009-02-22
m68k: atari - Rename "mfp" to "st_mfp"
Geert Uytterhoeven
12
-56
/
+56
2009-02-22
x86: select x2apic ops in early apic probe only if x2apic mode is enabled
Suresh Siddha
5
-21
/
+18
2009-02-22
x86: ia32_signal: introduce {get|set}_user_seg()
Hiroshi Shimamoto
1
-20
/
+18
2009-02-22
x86: ia32_signal: introduce GET_SEG() macro
Hiroshi Shimamoto
1
-5
/
+9
2009-02-22
x86: ia32_signal: remove unused debug code
Hiroshi Shimamoto
1
-18
/
+0
2009-02-22
x86, mm: fault.c, simplify kmmio_fault(), cleanup
Ingo Molnar
1
-1
/
+2
2009-02-22
x86: numa_32.c: fix sparse warning: Using plain integer as NULL pointer
Hannes Eder
1
-1
/
+1
2009-02-22
x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointer
Hannes Eder
2
-2
/
+2
[next]