pandora-kernel.git
2008-07-24 Ian Kentautofs4: fix symlink name allocation
2008-07-24 Ian Kentautofs4: use look aside list for lookups
2008-07-24 Ian Kentautofs4: revert - redo lookup in ttfd
2008-07-24 Ian Kentautofs4: don't make expiring dentry negative
2008-07-24 Michael HalcroweCryptfs: Make all persistent file opens delayed
2008-07-24 Michael HalcroweCryptfs: do not try to open device files on mknod
2008-07-24 Harvey Harrisonecryptfs: inode.c mmap.c use unaligned byteorder helpers
2008-07-24 Harvey Harrisonecryptfs: crypto.c use unaligned byteorder helpers
2008-07-24 Miklos Szerediecryptfs: string copy cleanup
2008-07-24 Eric Sandeenecryptfs: propagate key errors up at mount time
2008-07-24 Tyler Hicksecryptfs: discard ecryptfsd registration messages in...
2008-07-24 Michael HalcroweCryptfs: Privileged kthread for lower file opens
2008-07-24 Wang ChenI2O: handle sysfs_create_link() failures
2008-07-24 Stefano Stabellinivt: do not update when the console is blanked
2008-07-24 Jiri Slabyvt: hold console_sem across sysfs operations
2008-07-24 Jan Nikitenkospi: au1550_spi: improve pio transfer mode
2008-07-24 Manuel Laussspi: au1550_spi: proper platform device
2008-07-24 Alan Coxspidev: BKL removal
2008-07-24 Grant Likelyspi: make spi_board_info.modalias a char array
2008-07-24 Robert P. J... SPI Kconfig simplifications
2008-07-24 Roel Kluinxilinx_spi: test below 0 on unsigned irq in xilinx_spi_...
2008-07-24 Chen Gongspi: spi_mpc83xx clockrate fixes
2008-07-24 Andre Hauptstallion: removed unused variable
2008-07-24 Nye Liucpm1: don't send break on TX_STOP, don't interrupt...
2008-07-24 Maciej W. Rozyckiserial: DZ11: avoid a hang at console switch-over
2008-07-24 Maciej W. Rozyckiserial: Z85C30: avoid a hang at console switch-over
2008-07-24 Catalin(ux... serial: add support for a no-name 4 ports multiserial...
2008-07-24 Aristeu Rozanski8250: fix break handling for Intel 82571
2008-07-24 Adrian Bunkserial/8250_gsc.c: add MODULE_LICENSE
2008-07-24 Ulrich Drepperflag parameters add-on: remove epoll_create size param
2008-07-24 Ulrich Drepperflag parameters: check magic constants
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in inotify_init
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in pipe
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in timerfd_create
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in eventfd
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in signalfd
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in socket and socketpair
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in anon_inode_getfd
2008-07-24 Ulrich Drepperflag parameters: inotify_init
2008-07-24 Ulrich Drepperflag parameters: pipe
2008-07-24 Ulrich Drepperflag parameters: dup2
2008-07-24 Ulrich Drepperflag parameters: epoll_create
2008-07-24 Ulrich Drepperflag parameters: timerfd_create
2008-07-24 Ulrich Drepperflag parameters: eventfd
2008-07-24 Ulrich Drepperflag parameters: signalfd
2008-07-24 Ulrich Drepperflag parameters: anon_inode_getfd extension
2008-07-24 Ulrich Drepperflag parameters: paccept w/out set_restore_sigmask
2008-07-24 Ulrich Drepperflag parameters: paccept
2008-07-24 Ulrich Drepperflag parameters: socket and socketpair
2008-07-24 Akinobu Mitabinfmt_misc: use simple_read_from_buffer()
2008-07-24 Adrian BunkCONFIG_SOUND_WM97XX: remove stale makefile line
2008-07-24 Adrian Bunkremove the OSS trident driver
2008-07-24 Andy Whitcroftcheckpatch: version 0.21
2008-07-24 Andy Whitcroftcheckpatch: types cannot start mid word for pointer...
2008-07-24 Andy Whitcroftcheckpatch: complex macros need to ignore comments
2008-07-24 Andy Whitcroftcheckpatch: variants -- move the main unary/binary...
2008-07-24 Andy Whitcroftcheckpatch: add checks for question mark and colon...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers -- handle multiple modif...
2008-07-24 Andy Whitcroftcheckpatch: possible types -- known modifiers cannot...
2008-07-24 Andy Whitcroftcheckpatch: handle return types of pointers to functions
2008-07-24 Andy Whitcroftcheckpatch: macro complexity checks are meaningless...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers are not being correctly...
2008-07-24 Andy Whitcroftcheckpatch: improve type matcher debug
2008-07-24 Andy Whitcroftcheckpatch: allow for type modifiers on multiple declar...
2008-07-24 Wolfram Sangcheckpatch: correct spelling in kfree checks
2008-07-24 Greg Kroah... checkpatch: usb_free_urb() can take NULL
2008-07-24 Andy Whitcroftcheckpatch: condition/loop indent checks
2008-07-24 Andy Whitcroftcheckpatch: toughen trailing if statement checks and...
2008-07-24 Andy Whitcroftcheckpatch: check spacing for square brackets
2008-07-24 Andy Whitcroftcheckpatch: switch -- report trailing statements on...
2008-07-24 Andy Whitcroftcheckpatch: allow printk strings to exceed 80 character...
2008-07-24 Andy Whitcroftcheckpatch: trailing statement indent: fix end of state...
2008-07-24 Andy Whitcroftcheckpatch: macros: fix statement counting block end...
2008-07-24 Andy Whitcroftcheckpatch: types: unary -- goto introduces unary context
2008-07-24 Andy Whitcroftcheckpatch: comment detection: ignore macro continuatio...
2008-07-24 Andy Whitcroftcheckpatch: possible types: __asm__ is never a type
2008-07-24 Michael Ellermancheckpatch: add a checkpatch warning for new uses of...
2008-07-24 Andy Whitcroftcheckpatch: types: some types may also be identifiers
2008-07-24 Andy Whitcroftcheckpatch: return is not a function -- parentheses...
2008-07-24 Andy Whitcroftcheckpatch: Version: 0.20
2008-07-24 Hans-Christian... atmel_pwm: set up only one PWM clock when allocating...
2008-07-24 Uwe Kleine... generic irqs: handle failure of irqchip->set_type in...
2008-07-24 Adrian Bunkremove the v850 port
2008-07-24 WANG CongUML: make several more things static
2008-07-24 WANG Congarch/um/kernel/mem.c: remove arch_validate()
2008-07-24 WANG Congarch/um/kernel/irq.c: clean up some functions
2008-07-24 Akinobu Mitacris: use simple_read_from_buffer()
2008-07-24 Fernando Luis... cris: remove unused global_flush_tlb
2008-07-24 Adrian Bunkmn10300: move sg_dma_{address,len}() to asm/scatterlist.h
2008-07-24 David Howellspm: fix try_to_freeze_tasks()'s use of do_div()
2008-07-24 Carlos Corbachopm: acpi pm: add DMI quirk list for ACPI 1.0 suspend...
2008-07-24 Shaohua Lipm: acpi hibernation: utilize hardware signature
2008-07-24 Zhang Ruipm: schedule sysrq poweroff on boot cpu
2008-07-24 Zhang Ruipm: introduce new interfaces schedule_work_on() and...
2008-07-24 Akinobu Mitapm: hibernation: simplify memory bitmap
2008-07-24 Alan Sternpm: add new PM_EVENT codes for runtime power transitions
2008-07-24 Rafael J. Wysockipm: drop unnecessary includes from pm.h
2008-07-24 Rafael J. Wysockipm: remove obsolete piece of PM documentation
2008-07-24 Rafael J. Wysockipm: remove remaining obsolete definitions from pm.h
2008-07-24 Rafael J. Wysockipm: remove definition of struct pm_dev
next