Generic HDLC - fix kernel panic
[safe/jmp/linux-2.6] / arch /
2008-02-04 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2008-02-04 Russell KingMerge branches 'at91', 'ixp', 'master', 'misc', 'pxa...
2008-02-04 Catalin Marinas[ARM] 4822/1: RealView: Change the REALVIEW_MPCORE...
2008-02-04 Catalin Marinas[ARM] 4821/1: RealView: Remove the platform dependencie...
2008-02-04 Catalin Marinas[ARM] 4820/1: RealView: Select the timer IRQ at run...
2008-02-04 Catalin Marinas[ARM] 4819/1: RealView: Fix entry-macro.S to work with...
2008-02-04 Catalin Marinas[ARM] 4818/1: RealView: Add core-tile detection
2008-02-04 Catalin Marinas[ARM] 4817/1: RealView: Move the AMBA resource definiti...
2008-02-04 Catalin Marinas[ARM] 4816/1: RealView: Move the platform-specific...
2008-02-04 Catalin Marinas[ARM] 4815/1: RealView: Add clockevents suport for...
2008-02-04 Catalin Marinas[ARM] 4814/1: RealView: Add broadcasting clockevents...
2008-02-04 Catalin Marinas[ARM] 4813/1: Add SMP helper functions for clockevents...
2008-02-04 Catalin Marinas[ARM] 4812/1: RealView: clockevents support for the...
2008-02-04 Catalin Marinas[ARM] 4811/1: RealView: clocksource support for the...
2008-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2008-02-04 Haavard Skinnemoenkbuild: Fix instrumentation removal breakage on avr32
2008-02-04 Thomas Gleixnerx86: cpa, micro-optimization
2008-02-04 Ingo Molnarx86: cpa, clean up code flow
2008-02-04 Ingo Molnarx86: cpa, eliminate CPA_ enum
2008-02-04 Ingo Molnarx86: cpa, cleanups
2008-02-04 Andi Kleenx86: implement gbpages support in change_page_attr()
2008-02-04 Andi Kleenx86: support gbpages in pagetable dump
2008-02-04 Andi Kleenx86: add gbpages support to lookup_address
2008-02-04 Andi Kleenx86: switch direct mapping setup over to set_pte
2008-02-04 Thomas Gleixnerx86: fix page-present check in cpa_flush_range
2008-02-04 Ingo Molnarx86: remove cpa warning
2008-02-04 Andi Kleenx86: remove now unused clear_kernel_mapping
2008-02-04 Andi Kleenx86: switch pci-gart over to using set_memory_np()...
2008-02-04 Thomas Gleixnerx86: cpa selftest, skip non present entries
2008-02-04 Thomas Gleixnerx86: CPA fix pagetable split
2008-02-04 Andi Kleenx86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE
2008-02-04 Thomas Gleixnerx86: cpa, fix lookup_address
2008-02-04 Ingo Molnarx86: AMD Athlon X2 hard hang fix
2008-02-04 Thomas Gleixnerx86: cpa, preserve large pages if possible
2008-02-04 Thomas Gleixnerx86: cpa, check if we changed anything and tlb flushing...
2008-02-04 Thomas Gleixnerx86: introduce struct cpa_data
2008-02-04 Andi Kleenx86: cpa, only flush the cache if the caching attribute...
2008-02-04 Thomas Gleixnerx86: CPA return early when requested feature is not...
2008-02-04 Huang, Yingx86: fix EFI mapping
2008-02-04 Thomas Gleixnerx86: no CPA on iounmap
2008-02-04 Thomas Gleixnerx86: ioremap remove the range check of cpa
2008-02-04 Thomas Gleixnerx86: simplify __ioremap
2008-02-04 Thomas Gleixnerx86: CPA use the existing pfn in split as well
2008-02-04 Arjan van de Venx86: use the pfn from the page when change its attributes
2008-02-04 Arjan van de Venx86: teach the static_protection function about high...
2008-02-04 Harvey Harrisonx86: add cpu mtrr init function definitions to mtrr.h
2008-02-04 Harvey Harrisonx86: add cpu init function defintions to cpu.h
2008-02-04 Harvey Harrisonx86: small sparse fix in process_32.c
2008-02-04 Harvey Harrisonx86: add include to cpu/intel.c
2008-02-04 Andi Kleenx86: move NUMAQ io handling into arch/x86/pci/numa.c
2008-02-04 Cyrill Gorcunovx86: cleanup - eliminate numbers in LDT allocation...
2008-02-04 Jeremy Fitzhardingex86: revert "defer cr3 reload when doing pud_clear()"
2008-02-04 Jeremy Fitzhardingex86: unify PAE/non-PAE pgd_ctor
2008-02-04 Pavel Machekx86: remove misleading comments in trampoline_*.S
2008-02-04 Harvey Harrisonx86: remove long dead cyrix mtrr code
2008-02-04 H. Peter Anvinx86 setup: print missing CPU features in cleartext
2008-02-04 H. Peter Anvinx86: unify CPU feature string names
2008-02-04 H. Peter Anvinx86: cpuid, msr: use inode mutex instead of big kernel...
2008-02-04 H. Peter Anvinx86: cpuid: allow querying %ecx-sensitive CPUID levels
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.c
2008-02-04 Ian Campbellx86: define OBJCOPYFLAGS explicitly for each target.
2008-02-04 Harvey Harrisonx86: reduce ifdef sections in fault.c
2008-02-04 Yinghai Lux86: print out node_data addr and bootmap_start addr
2008-02-04 Thomas Gleixnerx86: CPA remove bogus NX clear
2008-02-04 Florian Fainellix86: mach-rdc321x Kconfig fix
2008-02-04 Sam Ravnborgx86: rename module scx200_32 to scx200
2008-02-04 Sam Ravnborgx86: restore correct module name for apm
2008-02-04 Ingo Molnarx86: VMI fix
2008-02-04 Ingo Molnarx86: relax RAM check in ioremap()
2008-02-04 Richard Purdie[ARM] 4736/1: Export atags to userspace and allow kexec...
2008-02-04 Juergen Beisert[ARM] 4798/1: pcm027: fix missing header file
2008-02-04 eric miao[ARM] 4803/1: pxa: fix building issue of poodle.c cause...
2008-02-04 eric miao[ARM] 4801/1: pxa: fix building issues of missing pxa2x...
2008-02-04 eric miao[ARM] pxa: introduce sysdev for pxa3xx static memory...
2008-02-04 eric miao[ARM] pxa: add preliminary suspend/resume code for...
2008-02-04 eric miao[ARM] pxa: introduce sysdev for GPIO register saving...
2008-02-04 eric miao[ARM] pxa: introduce sysdev for IRQ register saving...
2008-02-04 eric miao[ARM] pxa: fix the warning of undeclared "struct pxaohc...
2008-02-04 eric miao[ARM] pxa: change set_kset_name() to direct name assign...
2008-02-04 Guennadi Liakhovetski[ARM] 4660/3: at91: allow selecting UART for early...
2008-02-04 David Brownell[ARM] 4739/1: at91sam9263: make gpio bank C and D irqs...
2008-02-04 Rod Whitby[ARM] 4809/2: ixp4xx: Merge dsmg600-power.c into dsmg60...
2008-02-04 Rod Whitby[ARM] 4808/2: ixp4xx: Merge nas100d-power.c into nas100...
2008-02-04 Rod Whitby[ARM] 4807/2: ixp4xx: Merge nslu2-power.c into nslu2...
2008-02-04 Rod Whitby[ARM] 4806/1: ixp4xx: Ethernet support for the nslu2...
2008-02-04 Rod Whitby[ARM] 4805/1: ixp4xx: Use leds-gpio driver instead...
2008-02-04 Rod Whitby[ARM] 4715/2: Ethernet support for IXDP425 boards
2008-02-04 Krzysztof Halasa[ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE...
2008-02-04 Krzysztof Halasa[ARM] 4712/2: Adds functions to read and write IXP4xx...
2008-02-04 Rod Whitby[ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_info
2008-02-04 Rod Whitby[ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_info
2008-02-04 Rod Whitby[ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_info
2008-02-04 Rod Whitby[ARM] 4769/2: ixp4xx: Button updates for the dsmg600...
2008-02-04 Rod Whitby[ARM] 4768/2: ixp4xx: Button and LED updates for the...
next