]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-10-12 Al Viroalpha: switch to saner kernel_execve() semantics
2012-10-12 Al Viroarm: switch to saner kernel_execve() semantics
2012-10-12 Al Virox86, um: convert to saner kernel_execve() semantics
2012-10-12 Al Viroinfrastructure for saner ret_from_kernel_thread semantics
2012-10-12 Al Viromake sure that kernel_thread() callbacks call do_exit...
2012-10-12 Al Viromake sure that we always have a return path from kernel...
2012-10-12 Al Viroppc: eeh_event should just use kthread_run()
2012-10-12 Al Virodon't bother with kernel_thread/kernel_execve for launc...
2012-10-12 Al Viroalpha: get rid of switch_stack argument of do_work_pend...
2012-10-12 Al Viroalpha: don't bother passing switch_stack separately...
2012-10-12 Al Viroalpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c
2012-10-12 Al Viroalpha: simplify TIF_NEED_RESCHED handling
2012-10-01 Al Viroalpha: don't open-code trace_report_syscall_{enter...
2012-10-01 Richard WeinbergerUninclude linux/freezer.h
2012-10-01 Al Virom32r: trim masks
2012-10-01 Al Viroavr32: trim masks
2012-10-01 Al Virotile: don't bother with SIGTRAP in setup_frame
2012-10-01 Al Viromicroblaze: don't bother with SIGTRAP in setup_rt_frame()
2012-10-01 Al Viromn10300: don't bother with SIGTRAP in setup_frame()
2012-10-01 Al Virofrv: no need to raise SIGTRAP in setup_frame()
2012-10-01 Al Virox86: get rid of duplicate code in case of CONFIG_VM86
2012-10-01 Al Virounicore32: remove pointless test
2012-10-01 Al Viroh8300: trim _TIF_WORK_MASK
2012-10-01 Al Viroparisc: decide whether to go to slow path (tracesys...
2012-10-01 Al Viroparisc: don't bother looping in do_signal()
2012-10-01 Al Viroparisc: fix double restarts
2012-10-01 Al Virobury the rest of TIF_IRET
2012-10-01 Al Virosanitize tsk_is_polling()
2012-10-01 Al Virobury _TIF_RESTORE_SIGMASK
2012-10-01 Al Virounicore32: unobfuscate _TIF_WORK_MASK
2012-10-01 Al Viromips: NOTIFY_RESUME is not needed in TIF masks
2012-10-01 Al Viromips: merge the identical "return from syscall" per...
2012-10-01 Al Viromips: unobfuscate _TIF..._MASK
2012-10-01 Al Viromips: prevent hitting do_notify_resume() with !user_mod...
2012-10-01 Al Viroia64: can't reach do_signal() when returning to kernel...
2012-10-01 Al Viroscore: fix bogus restarts on sigreturn()
2012-10-01 Al Viromn10300: get rid of calling do_notify_resume() when...
2012-10-01 Al Viroxtensa: can't get to do_notify_resume() when user_mode...
2012-10-01 Al Viroc6x: switch to generic kernel_thread()
2012-10-01 Mark Salterc6x: switch to generic sys_execve
2012-10-01 Mark Salterc6x: switch to generic kernel_execve
2012-10-01 Mark Salterc6x: add ret_from_kernel_thread(), simplify kernel_thread()
2012-10-01 Al Viromn10300: convert to generic kernel_thread()
2012-10-01 Al Viromn10300: switch to generic kernel_execve()
2012-10-01 Al Viromn10300: switch to generic sys_execve()
2012-10-01 Al Viromn10300: split ret_from_fork, simplify kernel_thread()
2012-10-01 Al Virofrv: switch to generic kernel_thread()
2012-10-01 Al Virofrv: switch to generic kernel_execve
2012-10-01 Al Virofrv: switch to generic sys_execve()
2012-10-01 Al Virofrv: split ret_from_fork, simplify kernel_thread()...
2012-10-01 Al Virom68k: switch to generic sys_execve()/kernel_execve()
2012-10-01 Al Virom68k: split ret_from_fork(), simplify kernel_thread()
2012-10-01 Greg Ungererm68k: always set stack frame format for ColdFire on...
2012-10-01 Al Viropowerpc: switch to generic sys_execve()/kernel_execve()
2012-10-01 Al Viropowerpc: split ret_from_fork
2012-10-01 Al Viros390: convert to generic kernel_execve()
2012-10-01 Al Viros390: switch to generic kernel_thread()
2012-10-01 Al Viros390: fold kernel_thread_helper() into ret_from_fork()
2012-10-01 Al Viros390: fold execve_tail() into start_thread(), convert...
2012-10-01 Al Viroum: switch to generic kernel_thread()
2012-10-01 Al Virox86, um/x86: switch to generic sys_execve and kernel_execve
2012-10-01 Al Virox86: split ret_from_fork
2012-10-01 Al Viroalpha: introduce ret_from_kernel_execve(), switch to...
2012-10-01 Al Viroalpha: switch to generic kernel_thread()
2012-10-01 Al Viroalpha: switch to generic sys_execve()
2012-10-01 Al Viroarm: get rid of execve wrapper, switch to generic execv...
2012-10-01 Al Viroarm: optimized current_pt_regs()
2012-10-01 Al Viroarm: introduce ret_from_kernel_execve(), switch to...
2012-10-01 Al Viroarm: split ret_from_fork, simplify kernel_thread()...
2012-10-01 Al Virogeneric sys_execve()
2012-09-30 Al Virogeneric kernel_execve()
2012-09-30 Al Vironew helper: current_pt_regs()
2012-09-30 Al Viropreparation for generic kernel_thread()
2012-09-20 Al Viroum: kill thread->forking
2012-09-20 Al Viroum: let signal_delivered() do SIGTRAP on singlestepping...
2012-09-20 Al Viroum: don't leak floating point state and segment registe...
2012-09-20 Al Viroum: take cleaning singlestep to start_thread()
2012-09-20 Al Virodon't bother exporting kernel_execve()
2012-09-20 Al Virothe only place that needs to include asm/exec.h is...
2012-09-20 Al Viroget rid of generic instances of asm/exec.h
2012-09-20 Al Virox86: get rid of TIF_IRET hackery
2012-09-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2012-09-19 Linus TorvaldsMerge tag 'sh-for-linus' of git://github.com/pmundt...
2012-09-19 Linus TorvaldsMerge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub...
2012-09-19 Linus TorvaldsMerge tag 'md-3.6-fixes' of git://neil.brown.name/md
2012-09-19 Linus TorvaldsMerge branch 'for-3.6-fixes' of git://git.kernel.org...
2012-09-19 Tejun Heocpufreq/powernow-k8: workqueue user shouldn't migrate...
2012-09-19 Tejun Heoworkqueue: reimplement work_on_cpu() using system_wq
2012-09-19 NeilBrownmd: make sure metadata is updated when spares are activ...
2012-09-19 NeilBrownmd/raid5: fix calculate of 'degraded' when a replacemen...
2012-09-19 NeilBrownRevert "md/raid5: For odirect-write performance, do...
2012-09-18 Linus TorvaldsMerge tag 'hwspinlock-3.6-fix' of git://git.kernel...
2012-09-18 Miklos Szeredivfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE...
2012-09-18 Stephen M.... cciss: fix handling of protocol error
2012-09-18 Alan Coxblk: add an upper sanity check on partition adding
2012-09-18 Al Virosh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.
2012-09-18 Laurent Pinchartsh: pfc: Release spinlock in sh_pfc_gpio_request_enable...
2012-09-17 Linus TorvaldsMerge branch 'for-3.6-fixes' of git://git.kernel.org...
2012-09-17 Lai Jiangshanworkqueue: always clear WORKER_REBIND in busy_worker_re...
2012-09-17 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
next