]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-07-06 Stephen RothwellRevert "arm: pull all work_pending logics into C function"
2012-07-06 Stephen RothwellRevert "arm: deal with handlerless restarts without...
2012-07-06 Stephen RothwellRevert "arm: get rid of TIF_SYSCALL_RESTARTSYS"
2012-06-21 Richard WeinbergerUninclude linux/freezer.h
2012-06-21 Al Viroarm: get rid of TIF_SYSCALL_RESTARTSYS
2012-06-21 Al Viroarm: deal with handlerless restarts without leaving...
2012-06-21 Al Viroarm: pull all work_pending logics into C function
2012-06-21 Al Virom32r: trim masks
2012-06-21 Al Viroavr32: trim masks
2012-06-21 Al Viroalpha: rewrite kernel_execve in C
2012-06-21 Al Virotile: don't bother with SIGTRAP in setup_frame
2012-06-21 Al Viromn10300: don't bother with SIGTRAP in setup_frame()
2012-06-21 Al Virofrv: no need to raise SIGTRAP in setup_frame()
2012-06-21 Al Viroalpha: take a bunch of syscalls into osf_sys.c
2012-06-21 Al Virox86: get rid of duplicate code in case of CONFIG_VM86
2012-06-21 Al Virounicore32: remove pointless test
2012-06-21 Al Virosh: missing tests for NOTIFY_RESUME
2012-06-21 Al Viropowerpc: missing NOTIFY_RESUME check on 64bit if CONFIG...
2012-06-21 Al Viroh8300: trim _TIF_WORK_MASK
2012-06-21 Al Viroparisc: decide whether to go to slow path (tracesys...
2012-06-21 Al Viroparisc: don't bother looping in do_signal()
2012-06-21 Al Viroparisc: fix double restarts
2012-06-21 Al Virobury the rest of TIF_IRET
2012-06-21 Al Virox86: switch uses of TIF_IRET to TIF_NOTIFY_RESUME,...
2012-06-21 Al Virosanitize tsk_is_polling()
2012-06-09 Al Virobury _TIF_RESTORE_SIGMASK
2012-06-09 Al Virounicore32: unobfuscate _TIF_WORK_MASK
2012-06-09 Al Viromips: NOTIFY_RESUME is not needed in TIF masks
2012-06-09 Al Viromips: merge the identical "return from syscall" per...
2012-06-01 Al Viromips: unobfuscate _TIF..._MASK
2012-06-01 Al Viromips: prevent hitting do_notify_resume() with !user_mod...
2012-06-01 Al Viroia64: can't reach do_signal() when returning to kernel...
2012-06-01 Al Viroscore: fix bogus restarts on sigreturn()
2012-06-01 Al Viromn10300: get rid of calling do_notify_resume() when...
2012-06-01 Al Viromicroblaze: fix handling of multiple pending signals
2012-06-01 Al Viromicroblaze: fix the horror with restarts of sigreturn()
2012-06-01 Al Viromicroblaze: evict the check for kernel_mode(regs) from...
2012-06-01 Al Viroxtensa: can't get to do_notify_resume() when user_mode...
2012-06-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-06-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-06-01 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git.kernel.org...
2012-06-01 Al Virox86: get rid of calling do_notify_resume() when returni...
2012-06-01 Al Viroblackfin: check __get_user() return value
2012-06-01 Al Virowhack-a-mole with TIF_FREEZE
2012-06-01 David HowellsFRV: Optimise the system call exit path in entry.S...
2012-06-01 David HowellsFRV: Shrink TIF_WORK_MASK [ver #2]
2012-06-01 David HowellsFRV: Prevent syscall exit tracing and notify_resume...
2012-06-01 Al Vironew helper: signal_delivered()
2012-06-01 Al Viropowerpc: get rid of restore_sigmask()
2012-06-01 Al Viromost of set_current_blocked() callers want SIGKILL...
2012-06-01 Al Viroset_restore_sigmask() is never called without SIGPENDIN...
2012-06-01 Al ViroTIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING...
2012-06-01 Al Virodon't call try_to_freeze() from do_signal()
2012-06-01 Al Viropull clearing RESTORE_SIGMASK into block_sigmask()
2012-06-01 Al Virosh64: failure to build sigframe != signal without handler
2012-06-01 Al Viroopenrisc: tracehook_signal_handler() is supposed to...
2012-06-01 Al Vironew helper: sigmask_to_save()
2012-06-01 Al Vironew helper: restore_saved_sigmask()
2012-06-01 Al Vironew helpers: {clear,test,test_and_clear}_restore_sigmask()
2012-06-01 Al ViroHAVE_RESTORE_SIGMASK is defined on all architectures now
2012-06-01 Miklos Szeredinfs: don't open in ->d_revalidate
2012-06-01 Miklos Szeredivfs: retry last component if opening stale dentry
2012-06-01 Miklos Szeredivfs: nameidata_to_filp(): don't throw away file on...
2012-06-01 Miklos Szeredivfs: nameidata_to_filp(): inline __dentry_open()
2012-06-01 Miklos Szeredivfs: do_dentry_open(): don't put filp
2012-06-01 Miklos Szeredivfs: split __dentry_open()
2012-06-01 Miklos Szeredivfs: do_last() common post lookup
2012-06-01 Miklos Szeredivfs: do_last(): add audit_inode before open
2012-06-01 Miklos Szeredivfs: do_last(): only return EISDIR for O_CREAT
2012-06-01 Miklos Szeredivfs: do_last(): check LOOKUP_DIRECTORY
2012-06-01 Miklos Szeredivfs: do_last(): make ENOENT exit RCU safe
2012-06-01 Miklos Szeredivfs: make follow_link check RCU safe
2012-06-01 Miklos Szeredivfs: do_last(): use inode variable
2012-06-01 Miklos Szeredivfs: do_last(): inline walk_component()
2012-06-01 Miklos Szeredivfs: do_last(): make exit RCU safe
2012-06-01 Miklos Szeredivfs: split do_lookup()
2012-06-01 Josef BacikBtrfs: move over to use ->update_time
2012-06-01 Josef Bacikfs: introduce inode operation ->update_time
2012-06-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-06-01 Linus TorvaldsMerge branch 'for-3.5' of git://linux-nfs.org/~bfields...
2012-06-01 Artem Bityutskiyreiserfs: get rid of resierfs_sync_super
2012-06-01 Artem Bityutskiyreiserfs: mark the superblock as dirty a bit later
2012-06-01 Artem Bityutskiyreiserfs: remove useless superblock dirtying
2012-06-01 Artem Bityutskiyreiserfs: clean-up function return type
2012-06-01 Artem Bityutskiyreiserfs: cleanup reiserfs_fill_super a bit
2012-06-01 Al Virosch_atm.c: get rid of poinless extern
2012-06-01 Al Virounexport do_munmap()
2012-06-01 Al Vironew helper: vm_mmap_pgoff()
2012-06-01 Al Virokill do_mmap() completely
2012-06-01 Al Viroswitch aio and shm to do_mmap_pgoff(), make do_mmap...
2012-06-01 Al Virotake calculation of final prot in security_mmap_file...
2012-06-01 Al Viromove security_mmap_addr() to saner place
2012-06-01 Al Virotake security_mmap_file() outside of ->mmap_sem
2012-06-01 Hugh Dickinsext4: hole-punch use truncate_pagecache_range
2012-06-01 Wanlong Gaojbd2: use kmem_cache_zalloc wrapper instead of flag
2012-06-01 Salman Qaziext4: remove mb_groups before tearing down the buddy_cache
2012-06-01 Salman Qaziext4: add ext4_mb_unload_buddy in the error path
2012-06-01 Theodore Ts'oext4: don't trash state flags in EXT4_IOC_SETFLAGS
2012-06-01 Tao Maext4: let getattr report the right blocks in delalloc...
2012-06-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next