summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | | | | x86: trampoline_64.S - use predefined constants with simplificationCyrill Gorcunov2009-01-291-10/+9
| | | | | * | | | | | | | | | | | | Merge branch 'x86/cleanups' into x86/coreIngo Molnar2009-02-133-4/+1
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into x86/cleanupsIngo Molnar2009-02-112509-23955/+68688
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | x86: unify asm/io.h: IO_SPACE_LIMITJeremy Fitzhardinge2009-01-283-4/+1
| | | | | * | | | | | | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-1351-612/+949
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | x86: UV: fix header struct usageRandy Dunlap2009-02-111-0/+3
| | | | | | * | | | | | | | | | | | | | | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-112-14/+2
| | | | | | * | | | | | | | | | | | | | | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-116-45/+49
| | | | | | * | | | | | | | | | | | | | | SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson2009-02-114-31/+24
| | | | | | * | | | | | | | | | | | | | | x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst2009-02-111-18/+0
| | | | | | * | | | | | | | | | | | | | | x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-118-80/+81
| | | | | | * | | | | | | | | | | | | | | x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-112-5/+6
| | | | | | * | | | | | | | | | | | | | | stackprotector: fix multi-word cross-buildsIngo Molnar2009-02-112-2/+2
| | | | | | * | | | | | | | | | | | | | | x86: fix x86_32 stack protector bugsTejun Heo2009-02-115-12/+20
| | | | | | * | | | | | | | | | | | | | | x86: implement x86_32 stack protectorTejun Heo2009-02-1012-16/+180
| | | | | | * | | | | | | | | | | | | | | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-1011-40/+158
| | | | | | * | | | | | | | | | | | | | | x86: add %gs accessors for x86_32Tejun Heo2009-02-109-45/+41
| | | | | | * | | | | | | | | | | | | | | x86: use asm .macro instead of cpp #define in entry_32.STejun Heo2009-02-101-142/+151
| | | | | | * | | | | | | | | | | | | | | x86: no stack protector for vdsoTejun Heo2009-02-101-1/+1
| | | | | | * | | | | | | | | | | | | | | stackprotector: update make rulesTejun Heo2009-02-104-13/+15
| | | | | | * | | | | | | | | | | | | | | x86: stackprotector.h misc updateTejun Heo2009-02-101-1/+6
| | | | | | * | | | | | | | | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-102-1/+10
| | | | | | * | | | | | | | | | | | | | | Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-1024-115/+198
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-109-425/+488
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-041-5/+6
| | | | | | | * | | | | | | | | | | | | | | | x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-291-2/+20
| | | | | | * | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09586-5782/+9633
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|_|/ / / / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | x86: fix abuse of per_cpu_offsetBrian Gerst2009-02-091-2/+2
| | | | | | * | | | | | | | | | | | | | | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-095-24/+35
| | | | | | * | | | | | | | | | | | | | | | | percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst2009-02-092-3/+9
| | | | | | * | | | | | | | | | | | | | | | | modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-051-1/+4
| | | | | | * | | | | | | | | | | | | | | | | x86: style cleanups for xen assembliesTejun Heo2009-02-053-204/+219
| | | | | | * | | | | | | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-0521-1178/+1379
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | x86: fix typo in filter_cpuid_features()Yinghai Lu2009-02-151-4/+4
| * | | | | | | | | | | | | | | | | | | | | | x86: make APIC_init_uniprocessor() more like smp_prepare_cpus()Yinghai Lu2009-02-161-12/+8
| * | | | | | | | | | | | | | | | | | | | | | x86: pre init pirq_entries[]Yinghai Lu2009-02-161-13/+3
| * | | | | | | | | | | | | | | | | | | | | | x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu2009-02-153-10/+5
| * | | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar2009-02-1541-8997/+8881
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Linux 2.6.29-rc5v2.6.29-rc5Linus Torvalds2009-02-131-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-02-1313-93/+112
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2009-02-134-8/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | ASoC: Only register AC97 bus if it's not done alreadyMark Brown2009-02-131-1/+4
| | | | * | | | | | | | | | | | | | | | | | | | | | ASoC: Update SDP3430 machine driver for snd_soc_cardLopez Cruz, Misael2009-02-101-2/+2
| | | | * | | | | | | | | | | | | | | | | | | | | | ASoC: WM8990: Fix kcontrol's private value use in put callbackJarkko Nikula2009-02-061-1/+3
| | | | * | | | | | | | | | | | | | | | | | | | | | ASoC: TLV320AIC3X: Fix kcontrol's private value use in put callbackEero Nurkkala2009-02-061-4/+7
| | | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-02-137-33/+71
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Add snd_hda_multi_out_dig_cleanup()Takashi Iwai2009-02-134-2/+32
| | | | * | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Add missing terminator in slave dig-out arrayTakashi Iwai2009-02-131-2/+2
| | | | * | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Change HP dv7 (103c:30f4) quirk from hp-m4 to hp-dv5 modelHerton Ronaldo Krzesinski2009-02-131-1/+1
| | | | * | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Register (new) devices at reconfigTakashi Iwai2009-02-121-1/+1
OpenPOWER on IntegriCloud