summaryrefslogtreecommitdiffstats
path: root/firmware/emi26 (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-06i2o: Update my addressAlan Cox4-4/+4
2009-01-06mm: update my addressAlan Cox4-4/+4
2009-01-06X86_DEBUGCTLMSR won't work on umlAl Viro1-1/+1
2009-01-06uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8fAl Viro1-7/+7
2009-01-06get rid of the last symlink in uml buildAl Viro1-14/+11
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk2-2/+2
2009-01-05fix breakage in reiserfs_new_inode()Al Viro1-7/+6
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2009-01-05vfs: remove duplicate code in get_fs_type()Li Zefan1-10/+13
2009-01-05add a vfs_fsync helperChristoph Hellwig7-84/+48
2009-01-05sys_execve and sys_uselib do not call into fsnotifyEric Paris1-0/+5
2009-01-05zero i_uid/i_gid on inode allocationAl Viro31-66/+2
2009-01-05inode->i_op is never NULLAl Viro10-35/+28
2009-01-05ntfs: don't NULL i_opAl Viro1-3/+0
2009-01-05isofs check for NULL ->i_op in root directory is dead codeAl Viro1-6/+0
2009-01-05affs: do not zero ->i_opAl Viro1-2/+1
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-05vfs: lseek(fd, 0, SEEK_CUR) race conditionAlain Knaff1-0/+13
2009-01-04rtc: add alarm/update irq interfacesAlessandro Zummo4-18/+101
2009-01-04fs: symlink write_begin allocation context fixNick Piggin22-36/+49
2009-01-04viafb: fix crashes due to 4k stack overflowBruno Prémont1-119/+129
2009-01-04fs: introduce bgl_lock_ptr()Pekka Enberg4-2/+23
2009-01-04spi.h uses/needs device.hRandy Dunlap1-0/+2
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2009-01-04audit: validate comparison operations, store them in sane formAl Viro5-84/+94
2009-01-04clean up audit_rule_{add,del} a bitAl Viro1-25/+17
2009-01-04make sure that filterkey of task,always rules is reportedAl Viro1-4/+11
2009-01-04audit rules ordering, part 2Al Viro3-56/+41
2009-01-04fixing audit rule ordering mess, part 1Al Viro4-43/+59
2009-01-04audit_update_lsm_rules() misses the audit_inode_hash[] onesAl Viro1-30/+47
2009-01-04sanitize audit_log_capset()Al Viro3-36/+21
2009-01-04sanitize audit_fd_pair()Al Viro4-49/+20
2009-01-04sanitize audit_mq_open()Al Viro3-59/+38
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro3-135/+63
2009-01-04sanitize audit_mq_notify()Al Viro3-52/+27
2009-01-04sanitize audit_mq_getsetattr()Al Viro3-47/+22
2009-01-04sanitize audit_ipc_set_perm()Al Viro3-45/+32
2009-01-04sanitize audit_ipc_obj()Al Viro4-65/+45
2009-01-04sanitize audit_socketcallAl Viro3-33/+41
2009-01-04don't reallocate buffer in every audit_sockaddr()Al Viro1-24/+22
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu2-56/+34
2009-01-03Make %p print '(null)' for NULL pointersLinus Torvalds1-0/+3
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro3-40/+52
2009-01-03sanitize ifdefs in binfmt_aoutAl Viro1-9/+7
2009-01-03remove the rudiment of a.out for sparcAl Viro1-64/+1
2009-01-03Updated contact info for CREDITS fileHugh Blemings1-4/+4
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8
2009-01-03cpumask: fix compile error when CONFIG_NR_CPUS is not definedMike Travis1-1/+1
2009-01-03cpumask: use alloc_cpumask_var_node where appropriateMike Travis2-5/+6