]> git.kernelconcepts.de Git - karo-tx-linux.git/history - kernel
evm: checking if removexattr is not a NULL
[karo-tx-linux.git] / kernel /
2013-01-28 Steven Rostedtftrace: Be first to run code modification on modules
2013-01-17 Steven Rostedtring-buffer: Fix race between integrity check and readers
2013-01-11 Tejun Heocgroup: remove incorrect dget/dput() pair in cgroup_cre...
2013-01-11 Thomas Gleixnergenirq: Always force thread affinity
2012-12-17 Eric Dumazetrcu: Fix batch-limit size problem
2012-12-17 Dan Carpenterftrace: Clear bits properly in reset_iter_read()
2012-12-17 Tejun Heoworkqueue: convert BUG_ON()s in __queue_delayed_work...
2012-12-10 Mike GalbraithRevert "sched, autogroup: Stop going ahead if autogroup...
2012-12-10 Mike Galbraithworkqueue: exit rescuer_thread() as TASK_RUNNING
2012-12-03 Dan Carpentertimekeeping: Cast raw_interval to u64 to avoid shift...
2012-12-03 Chuansheng Liuwatchdog: using u64 in get_sample_period()
2012-12-03 Darren Hartfutex: avoid wake_futex() for a PI futex_q
2012-11-26 Rusty Russellmodule: fix out-by-one error in kallsyms
2012-11-17 Thomas Gleixnerfutex: Handle futex_pi OWNER_DIED take over correctly
2012-10-28 Tejun HeoRevert "cgroup: Drop task_lock(parent) on cgroup_fork()"
2012-10-28 Tejun HeoRevert "cgroup: Remove task_lock() from cgroup_post_fork()"
2012-10-28 Daisuke Nishimuracgroup: notify_on_release may not be triggered in some...
2012-10-28 Kees Cookuse clamp_t in UNAME26 fix
2012-10-28 Kees Cookkernel/sys.c: fix stack memory content leak via UNAME26
2012-10-21 Jason Wesselkdb,vt_console: Fix missed data due to pager overruns
2012-10-21 Hildner, Christiantimers: Fix endless looping between cascade() and inter...
2012-10-21 Matthew Garrettmodule: taint kernel when lve module is loaded
2012-10-12 Mike Galbraithsched: Fix migration thread runtime bogosity
2012-10-12 Srivatsa S. BhatCPU hotplug, cpusets, suspend: Don't modify cpusets...
2012-10-12 Paul E. McKenneyrcu: Fix day-one dyntick-idle stall-warning bug
2012-10-12 Tejun Heoworkqueue: add missing smp_wmb() in process_one_work()
2012-10-12 Shawn Guokernel/sys.c: call disable_nonboot_cpus() in kernel_res...
2012-10-02 Tejun Heokthread_worker: reimplement flush_kthread_work() to...
2012-10-02 Tejun Heokthread_worker: reorganize to prepare for flush_kthread...
2012-10-02 John Stultztime: Move ktime_t overflow checking into timespec_vali...
2012-10-02 John Stultztime: Avoid making adjustments if we haven't accumulate...
2012-10-02 John Stultztime: Improve sanity checking of timekeeping inputs
2012-10-02 Peter Zijlstrasched: Fix race in task_group()
2012-10-02 Li ZhongFix a dead loop in async_synchronize_full()
2012-10-02 Lai Jiangshanworkqueue: UNBOUND -> REBIND morphing in rebind_workers...
2012-10-02 Charles Wangsched: Add missing call to calc_load_exit_idle()
2012-10-02 Al Viroperf_event: Switch to internal refcount, fix race with...
2012-10-02 Tejun Heoworkqueue: reimplement work_on_cpu() using system_wq
2012-09-14 Stanislaw Gruszkasched: fix divide by zero at {thread_group,task}_times
2012-09-14 Mike Galbraithsched,cgroup: Fix up task_groups list
2012-09-14 Miklos Szerediaudit: fix refcounting in audit-tree
2012-09-14 Miklos Szerediaudit: don't free_chunk() after fsnotify_add_mark()
2012-08-15 Theodore Ts'orandom: remove rand_initialize_irq()
2012-08-15 Theodore Ts'orandom: make 'add_interrupt_randomness()' do something...
2012-08-09 Darren Hartfutex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
2012-08-09 Darren Hartfutex: Fix bug in WARN_ON for NULL q.pi_state
2012-08-09 Darren Hartfutex: Test for pi_mutex on fault in futex_wait_requeue...
2012-08-09 Josh Boyerposix_types.h: Cleanup stale __NFDBITS and related...
2012-08-09 Tejun Heoworkqueue: perform cpu down operations from low priorit...
2012-08-09 Srivatsa S. Bhatftrace: Disable function tracing during suspend/resume...
2012-07-29 John Stultzntp: Fix STA_INS/DEL clearing bug
2012-07-19 Thomas Gleixnertimekeeping: Add missing update call in timekeeping_res...
2012-07-19 John Stultzhrtimer: Update hrtimer base offsets each hrtimer_interrupt
2012-07-19 Thomas Gleixnertimekeeping: Provide hrtimer update function
2012-07-19 Thomas Gleixnerhrtimers: Move lock held region in hrtimer_interrupt()
2012-07-19 Thomas Gleixnertimekeeping: Maintain ktime_t based offsets for hrtimers
2012-07-19 John Stultztimekeeping: Fix leapsecond triggered load spike issue
2012-07-19 John Stultzhrtimer: Provide clock_was_set_delayed()
2012-07-19 Peter Zijlstrasched/nohz: Rewrite and fix load-avg computation -...
2012-07-16 Eric Dumazetsplice: fix racy pipe->buffers uses
2012-07-16 Vaibhav Nagarnaiktracing: change CPU ring buffer state from tracing_cpumask
2012-07-16 Konstantin Khlebnikovmm: correctly synchronize rss-counters at exit/exec
2012-06-22 Richard Cochranntp: Correct TAI offset during leap second
2012-06-22 Seiji Aguchikdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_sen...
2012-06-22 Steven Rostedttracing: Have tracing_off() actually turn tracing off
2012-06-17 Dimitri Sivanichsched: Fix the relax_domain_level boot parameter
2012-06-17 John Stultztimekeeping: Fix CLOCK_MONOTONIC inconsistency during...
2012-06-09 Siddhesh Poyarekarmm/fork: fix overflow in vma length when copying mmap...
2012-06-01 Tejun Heoworkqueue: skip nr_running sanity check in worker_enter...
2012-05-19 Linus TorvaldsMerge tag 'parisc-fixes' of git://git.kernel.org/pub...
2012-05-19 Linus TorvaldsMerge branch 'x86/ld-fix' of git://git.kernel.org/pub...
2012-05-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2012-05-19 Linus TorvaldsMerge tag 'dm-3.4-fixes-2' of git://git.kernel.org...
2012-05-18 Linus TorvaldsMerge tag 'md-3.4-fixes' of git://neil.brown.name/md
2012-05-18 Linus TorvaldsMerge branch 'stable' of git://git.kernel.org/pub/scm...
2012-05-18 Linus TorvaldsMerge tag 'linus-mce-fix' of git://git.kernel.org/pub...
2012-05-17 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-05-17 Linus TorvaldsMerge branch '3.4-urgent' of git://git.kernel.org/pub...
2012-05-17 Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2012-05-17 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2012-05-17 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-05-17 Linus TorvaldsMerge tag 'md-3.4-fixes' of git://neil.brown.name/md
2012-05-17 Linus TorvaldsMerge branches 'perf-urgent-for-linus', 'x86-urgent...
2012-05-16 Linus TorvaldsMerge tag 'sound-3.4' of git://git.kernel.org/pub/scm...
2012-05-16 Linus TorvaldsMerge tag 'rproc-for-linus' of git://git.kernel.org...
2012-05-16 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-05-16 Linus TorvaldsMerge branch 'stable' of git://git.kernel.org/pub/scm...
2012-05-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-05-15 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2012-05-15 Jiri Kosinagenirq: export handle_edge_irq() and irq_to_desc()
2012-05-14 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git.kernel.org...
2012-05-13 Linus TorvaldsMerge tag 'for-linus-3.4-20120513' of git://git.infrade...
2012-05-13 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-05-13 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-05-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2012-05-12 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-05-12 Linus TorvaldsMerge tag 'dm-3.4-fixes' of git://git.kernel.org/pub...
2012-05-11 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-05-11 Linus TorvaldsMerge branch '3.4-urgent' of git://git.kernel.org/pub...
2012-05-11 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
next