[PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path
[safe/jmp/linux-2.6] / arch / parisc /
2006-12-07 Magnus Damm[PATCH] elf: Always define elf_addr_t in linux/elf.h
2006-12-07 Peter Zijlstra[PATCH] mm: arch do_page_fault() vs in_atomic()
2006-12-03 Al Viro[NET]: PARISC checksum annotations and cleanups.
2006-10-27 Andrew Morton[PATCH] vmlinux.lds: consolidate initcall sections
2006-10-11 Al Viro[PATCH] remove bogus arch-specific syscall exports
2006-10-07 Matthew Wilcox[PARISC] More pt_regs removal
2006-10-07 Kyle McMartin[PARISC] Make firmware calls irqsafe-ish...
2006-10-07 Matthew Wilcox[PA-RISC] Fix boot breakage
2006-10-07 Matthew Wilcox[PARISC] Use set_irq_regs
2006-10-07 Matthew WilcoxBuild fixes for struct pt_regs removal
2006-10-05 Matthew Wilcox[PA-RISC] Fix time.c for new do_timer() calling convention
2006-10-05 Matthew Wilcox[PA-RISC] Fix must_check warnings in drivers.c
2006-10-05 Matthew Wilcox[PA-RISC] Fix parisc_newuname()
2006-10-05 Matthew Wilcox[PA-RISC] Remove warning from pci.c
2006-10-05 Matthew Wilcox[PA-RISC] Fix filldir warnings
2006-10-05 Matthew Wilcox[PA-RISC] Fix sys32_sysctl
2006-10-04 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/configh
2006-10-04 Andrew Morton[PARISC] Kill wall_jiffies use
2006-10-04 Helge Deller[PARISC] Honour "panic_on_oops" sysctl
2006-10-04 Matthew Wilcox[PARISC] Export clear_user_page to modules
2006-10-04 Matthew Wilcox[PARISC] Fix CONFIG_DEBUG_SPINLOCK
2006-10-04 Matthew Wilcox[PARISC] Fix HPUX compat compile with current GCC
2006-10-04 Matthew Wilcox[PARISC] Fix iounmap compile warning
2006-10-04 Matthew Wilcox[PARISC] Add hardware found in the rp8400
2006-10-04 James Bottomley[PARISC] Allow nested interrupts
2006-10-04 Grant Grundler[PARISC] Further updates to timer_interrupt()
2006-10-04 Grant Grundler[PARISC] remove halftick and copy clocktick to local...
2006-10-04 Grant Grundler[PARISC] Rewrite timer_interrupt() and gettimeoffset...
2006-10-04 Grant Grundler[PARISC] Add new function to start local Interval Timer...
2006-10-04 Grant Grundler[PARISC] Prevent processor_probe() from clobbering...
2006-10-04 Kyle McMartin[PARISC] [BUGFIX] nullify branch delay slot of the...
2006-10-04 Kyle McMartin[PARISC] Allow overriding personality with sys_personality
2006-10-04 Kyle McMartin[PARISC] Switch is_compat_task to use TIF_32BIT
2006-10-04 James Bottomley[PARISC] parisc specific kmap API implementation for...
2006-10-04 Kyle McMartin[PARISC] Fix up parisc irq handling for genirq changes
2006-10-04 Kyle McMartin[PARISC] Abstract shift register left in .S
2006-10-04 Kyle McMartin[PARISC] Remove variables decls duplicated from asm...
2006-10-04 Kyle McMartin[PARISC] PA7200 also supports prefetch for read
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-10-03 Matt LaPlanteAttack of "the the"s in arch
2006-10-03 David Howells[PATCH] VFS: Make filldir_t and struct kstat deal in...
2006-10-02 Arnd Bergmann[PATCH] rename the provided execve functions to kernel_...
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: switch to using uts namespaces
2006-10-02 Serge E. Hallyn[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
2006-10-02 Serge E. Hallyn[PATCH] namespaces: add nsproxy
2006-10-01 Atsushi Nemoto[PATCH] kill wall_jiffies
2006-10-01 Alexey Dobriyan[PATCH] proper flags type of spin_lock_irqsave()
2006-09-29 Atsushi Nemoto[PATCH] simplify update_times (avoid jiffies/jiffies_64...
2006-09-29 Eric Biederman[PATCH] Fix conflict with the is_init identifier on...
2006-09-26 Christoph Lameter[PATCH] NUMA: Add zone_to_nid function
2006-09-26 Christoph Lameter[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array...
2006-07-31 Roland McGrath[PATCH] vDSO hash-style fix
2006-07-10 Jon Smirl[PATCH] vt: Remove VT-specific declarations and definit...
2006-07-02 Thomas Gleixner[PATCH] irq-flags: PARISC: Use the new IRQF_ constants
2006-07-01 Heiko Carstens[PATCH] add __[start|end]_rodata sections to asm-generi...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Linus TorvaldsMerge /pub/scm/linux/kernel/git/kyle/parisc-2.6
2006-06-29 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2006-06-29 Ingo Molnar[PATCH] genirq: add ->retrigger() irq op to consolidate...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU...
2006-06-29 Ingo Molnar[PATCH] genirq: cleanup: merge irq_affinity[] into...
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-06-28 KAMEZAWA Hiroyuki[PATCH] node hotplug: register cpu: remove node struct
2006-06-27 James Bottomley[PARISC] Fix do_gettimeofday() hang
2006-06-27 James Bottomley[PARISC] Fix PCREL22F relocation problem for most modules
2006-06-27 Kyle McMartin[PARISC] Refactor show_regs in traps.c
2006-06-27 Kyle McMartin[PARISC] OS_ID_LINUX == 0x0006
2006-06-27 Kyle McMartin[PARISC] Ensure Space ID hashing is turned off
2006-06-27 Kyle McMartin[PARISC] Match show_cache_info with reality
2006-06-27 Kyle McMartin[PARISC] Remove unused macro fixup_branch in syscall.S
2006-06-27 Kyle McMartin[PARISC] Add is_compat_task() helper
2006-06-27 Thibaut Varene[PARISC] pdc_stable version 0.30
2006-06-27 Thibaut Varene[PARISC] Work around machines which do not support...
2006-06-27 Thibaut Varene[PARISC] PDC_CHASSIS is implemented on all machines
2006-06-27 Kyle McMartin[PARISC] Remove dead function pc_in_user_space
2006-06-27 Carlos O'Donell[PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber list
2006-06-27 Kyle McMartin[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0
2006-06-27 Greg Kroah-Hartman[PATCH] 64bit resource: change pci core and arch code...
2006-06-23 Laurent MEYER[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-04-21 Kyle McMartin[PARISC] Add new entries to the syscall table
2006-04-21 Helge Deller[PARISC] Further work for multiple page sizes
2006-04-21 Helge Deller[PARISC] defconfig updates
2006-04-21 Helge Deller[PARISC] Misc. janitorial work
2006-04-21 Helge Deller[PARISC] EISA regions must be mapped NO_CACHE
2006-04-11 Kyle McMartin[PATCH] No arch-specific strpbrk implementations
2006-04-11 Yasunori Goto[PATCH] Configurable NODES_SHIFT
2006-03-30 Stuart Brady[PARISC] Enabled some NLS modules in a500, b180 and...
2006-03-30 Kyle McMartin[PARISC] Kill duplicated EXPORT_SYMBOL warnings
2006-03-30 Kyle McMartin[PARISC] Move ioremap EXPORT_SYMBOL from parisc_ksyms.c
2006-03-30 Helge Deller[PARISC] Update defconfigs
2006-03-30 Kyle McMartin[PARISC] Add PREEMPT support
2006-03-30 Helge Deller[PARISC] Fixup CONFIG_EISA a bit
2006-03-30 Kyle McMartin[PARISC] getsockopt should be ENTRY_COMP
2006-03-30 Helge Deller[PARISC] Remove obsolete CONFIG_DEBUG_IOREMAP
2006-03-30 Helge Deller[PARISC] Temporary FIXME for ioremapping EISA regions
2006-03-30 Helge Deller[PARISC] Enable ioremap functionality unconditionally
2006-03-30 Helge Deller[PARISC] Add CONFIG_HPPA_IOREMAP to conditionally enabl...
2006-03-30 Helge Deller[PARISC] Fix IOREMAP with a 64-bit kernel
2006-03-30 James Bottomley[PARISC] Add parisc implementation of flush_kernel_dcac...
next