pandora-kernel.git
2013-02-07 Lai Jiangshanworkqueue: simplify is-work-item-queued-here test
2013-02-07 Lai Jiangshanworkqueue: make work->data point to pool after try_to_g...
2013-02-07 Lai Jiangshanworkqueue: add delayed_work->wq to simplify reentrancy...
2013-02-07 Lai Jiangshanworkqueue: make work_busy() test WORK_STRUCT_PENDING...
2013-02-07 Lai Jiangshanworkqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END
2013-01-24 Tejun Heoworkqueue: post global_cwq removal cleanups
2013-01-24 Tejun Heoworkqueue: rename nr_running variables
2013-01-24 Tejun Heoworkqueue: remove global_cwq
2013-01-24 Tejun Heoworkqueue: remove worker_pool->gcwq
2013-01-24 Tejun Heoworkqueue: replace for_each_worker_pool() with for_each...
2013-01-24 Tejun Heoworkqueue: make freezing/thawing per-pool
2013-01-24 Tejun Heoworkqueue: make hotplug processing per-pool
2013-01-24 Tejun Heoworkqueue: move global_cwq->lock to worker_pool
2013-01-24 Tejun Heoworkqueue: move global_cwq->cpu to worker_pool
2013-01-24 Tejun Heoworkqueue: move busy_hash from global_cwq to worker_pool
2013-01-24 Tejun Heoworkqueue: record pool ID instead of CPU in work->data...
2013-01-24 Tejun Heoworkqueue: add worker_pool->id
2013-01-24 Tejun Heoworkqueue: introduce WORK_OFFQ_CPU_NONE
2013-01-24 Tejun Heoworkqueue: make GCWQ_FREEZING a pool flag
2013-01-24 Tejun Heoworkqueue: make GCWQ_DISASSOCIATED a pool flag
2013-01-24 Tejun Heoworkqueue: use std_ prefix for the standard per-cpu...
2013-01-24 Tejun Heoworkqueue: unexport work_cpu()
2013-01-18 Tejun Heoworkqueue: implement current_is_async()
2013-01-18 Tejun Heoworkqueue: move struct worker definition to workqueue_i...
2013-01-18 Tejun Heoworkqueue: rename kernel/workqueue_sched.h to kernel...
2013-01-18 Tejun Heoworkqueue: set PF_WQ_WORKER on rescuers
2012-12-19 Tejun Heoworkqueue: fix find_worker_executing_work() brekage...
2012-12-18 Tejun Heoworkqueue: consider work function when searching for...
2012-12-18 Sasha Levinworkqueue: use new hashtable implementation
2012-12-18 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-12-18 Eric W. Biedermanefi: Fix the build with user namespaces enabled.
2012-12-18 Stephen Rothwellmm,numa: fix update_mmu_cache_pmd call
2012-12-18 Nick Bowlerscatterlist: don't BUG when we can trivially return...
2012-12-18 Cyrill Gorcunovdocs: update documentation about /proc/<pid>/fdinfo...
2012-12-18 Cyrill Gorcunovfs, fanotify: add @mflags field to fanotify output
2012-12-18 Cyrill Gorcunovdocs: add documentation about /proc/<pid>/fdinfo/<fd...
2012-12-18 Cyrill Gorcunovfs, notify: add procfs fdinfo helper
2012-12-18 Cyrill Gorcunovfs, exportfs: add exportfs_encode_inode_fh() helper
2012-12-18 Cyrill Gorcunovfs, exportfs: escape nil dereference if no s_export_op...
2012-12-18 Cyrill Gorcunovfs, epoll: add procfs fdinfo helper
2012-12-18 Cyrill Gorcunovfs, eventfd: add procfs fdinfo helper
2012-12-18 Cyrill Gorcunovprocfs: add ability to plug in auxiliary fdinfo providers
2012-12-18 Dave Jonestools/testing/selftests/kcmp/kcmp_test.c: print reason...
2012-12-18 Dave Youngbreakpoint selftests: print failure status instead...
2012-12-18 Dave Youngkcmp selftests: print fail status instead of cause...
2012-12-18 Dave Youngkcmp selftests: make run_tests fix
2012-12-18 Dave Youngmem-hotplug selftests: print failure status instead...
2012-12-18 Dave Youngcpu-hotplug selftests: print failure status instead...
2012-12-18 Dave Youngmqueue selftests: print failure status instead of cause...
2012-12-18 Dave Youngvm selftests: print failure status instead of cause...
2012-12-18 Akinobu Mitaubifs: use prandom_bytes
2012-12-18 Akinobu Mitamtd: nandsim: use prandom_bytes
2012-12-18 Akinobu Mitabnx2x: use prandom_bytes()
2012-12-18 Akinobu Mitaprandom: introduce prandom_bytes() and prandom_bytes_st...
2012-12-18 Akinobu Mitarandom32: rename random32 to prandom
2012-12-18 Dan Carpenteraoe: fix use after free in aoedev_by_aoeaddr()
2012-12-18 Ed Cashinaoe: update internal version number to 81
2012-12-18 Ed Cashinaoe: identify source of runt AoE packets
2012-12-18 Ed Cashinaoe: allow comma separator in aoe_iflist value
2012-12-18 Ed Cashinaoe: allow user to disable target failure timeout
2012-12-18 Ed Cashinaoe: use dynamic number of remote ports for AoE storage...
2012-12-18 Ed Cashinaoe: avoid races between device destruction and discovery
2012-12-18 Ed Cashinaoe: improve handling of misbehaving network paths
2012-12-18 Ed Cashinaoe: return real minor number for static minors
2012-12-18 Ed Cashinaoe: initialize sysminor to avoid compiler warning
2012-12-18 Ed Cashinaoe: make error messages more specific in static minor...
2012-12-18 Ed Cashinaoe: remove call to request handler from I/O completion
2012-12-18 Ed Cashinaoe: cleanup: correct comment for aoetgt nout
2012-12-18 Ed Cashinaoe: increase default cap on outstanding AoE commands...
2012-12-18 Ed Cashinaoe: remove vestigial request queue allocation
2012-12-18 Ed Cashinaoe: copy fallback timing information on destination...
2012-12-18 Ed Cashinaoe: update driver-internal version to 64+
2012-12-18 Ed Cashinaoe: commands in retransmit queue use new destination...
2012-12-18 Ed Cashinaoe: use high-resolution RTTs with fallback to low-res
2012-12-18 Ed Cashinaoe: manipulate aoedev network stats under lock
2012-12-18 Ed Cashinaoe: err device: include MAC addresses for unexpected...
2012-12-18 Ed Cashinaoe: improve network congestion handling
2012-12-18 Ed Cashinaoe: provide ATA identify device content to user on...
2012-12-18 Ed Cashinaoe: update driver-internal version number to 60
2012-12-18 Ed Cashinaoe: whitespace cleanup
2012-12-18 Ed Cashinaoe: cleanup: remove unused ata_scnt function
2012-12-18 Ed Cashinaoe: "payload" sysfs file exports per-AoE-command data...
2012-12-18 Ed Cashinaoe: support larger I/O requests via aoe_maxsectors...
2012-12-18 Ed Cashinaoe: support the forgetting (flushing) of a user-specif...
2012-12-18 Ed Cashinaoe: update cap on outstanding commands based on config...
2012-12-18 Ed Cashinaoe: print warning regarding a common reason for droppe...
2012-12-18 Ed Cashinaoe: describe the behavior of the "err" character device
2012-12-18 Ed CashinDocumentation/sparse.txt: document context annotations...
2012-12-18 Josh Triplettlinux/compiler.h: add __must_hold macro for functions...
2012-12-18 Gao fengpidns: remove unused is_container_init()
2012-12-18 Kees Cookexec: use -ELOOP for max recursion depth
2012-12-18 Artem Bityutskiyproc: pid/status: show all supplementary groups
2012-12-18 Kees Cook/proc/pid/status: add "Seccomp" field
2012-12-18 Cyrill Gorcunovprocfs: add VmFlags field in smaps output
2012-12-18 Andrew Vaginproc: don't show nonexistent capabilities
2012-12-18 Oleg Nesterovptrace: introduce PTRACE_O_EXITKILL
2012-12-18 Eldad Zacksimple_strto*: annotate function as obsolete
2012-12-18 Eldad Zackkstrto*: add documentation
2012-12-18 Jarkko SakkinenDocumentation: fix Documentation/security/00-INDEX
2012-12-18 Dave Reisnerfs/fat: strip "cp" prefix from codepage in display
next