Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
70b8157e61d0143fb44ae9482557d7aca365da3d
70b8157
sched/headers: Move <asm/current.h> include from the middle of <linux/sched.h> to the header portion
by Ingo Molnar
· 8 years ago
63cc9d6
sched/headers, time/timekeeping: Move the xtime_update() prototype from <linux/sched.h> to <linux/time.h>
by Ingo Molnar
· 8 years ago
d3d1e32
sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
752b3ca
sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
3605df49
sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
74444ed
sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
2a1f062
sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
9a07000
sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>
by Ingo Molnar
· 8 years ago
30a1baa
sched/headers: Remove various unrelated headers from <linux/sched.h>
by Ingo Molnar
· 8 years ago
c41cfc6
sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
by Ingo Molnar
· 8 years ago
5647028
sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
by Ingo Molnar
· 8 years ago
d026ce7
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
abe722a
sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>
by Ingo Molnar
· 8 years ago
4240c8b
sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
7284c6d
sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
8d88460
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
d151b27
sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>
by Ingo Molnar
· 8 years ago
bcbb6a5
sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header
by Ingo Molnar
· 8 years ago
c3edc40
sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
11701c6
sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>
by Ingo Molnar
· 8 years ago
68e21be
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
de8f1c7
sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
dea38c7
sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
e2d1e2a
sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>
by Ingo Molnar
· 8 years ago
47913d4
sched/headers, delayacct: Move the 'struct task_delay_info' definition from <linux/sched.h> to <linux/delayacct.h>
by Ingo Molnar
· 8 years ago
5689810
sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
eb61baf
sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>
by Ingo Molnar
· 8 years ago
5dbe91d
sched/headers: Move idle polling methods to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
4437722
sched/headers: Move the wake_up_if_idle() prototype to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
b768917
sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
a60b9ed
sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
b69339ba
sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies
by Ingo Molnar
· 8 years ago
50d3439
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
0881e7b
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
1777e46
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
by Ingo Molnar
· 8 years ago
61855b6
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
3f8c245
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
5c2c5c5
sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>
by Ingo Molnar
· 8 years ago
3905f9a
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
f719ff9b
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
9164bb4
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
2e58f17
mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h>
by Ingo Molnar
· 8 years ago
f361bf4
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
by Ingo Molnar
· 8 years ago
e6d930b
signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>
by Ingo Molnar
· 8 years ago
dfc3401
sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
ef8bd77
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
370c913
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
fd77123
sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
by Ingo Molnar
· 8 years ago
5b3cc15
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
b12fb7f
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>
by Ingo Molnar
· 8 years ago
cc5efc2
sched/headers: Prepare for the removal of various unrelated headers from <linux/sched.h>
by Ingo Molnar
· 8 years ago
037741a
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
by Ingo Molnar
· 8 years ago
4cf421e
sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
7fce777
sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h
by Ingo Molnar
· 8 years ago
1e4bae6
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
by Ingo Molnar
· 8 years ago
6a3827d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
by Ingo Molnar
· 8 years ago
0104260
sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
55687da
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
38b8d20
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
by Ingo Molnar
· 8 years ago
8703e8a
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
f7ccbae
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
4eb5aaa
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
ae7e81c
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
84f001e
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
by Ingo Molnar
· 8 years ago
4c82269
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
105ab3d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
af8601a
kasan, sched/headers: Uninline kasan_enable/disable_current()
by Ingo Molnar
· 8 years ago
314ff78
mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types>
by Ingo Molnar
· 8 years ago
780de9d
sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
by Ingo Molnar
· 8 years ago
f9411eb
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>
by Ingo Molnar
· 8 years ago
4b53a34
sched/core: Remove the tsk_nr_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
0c98d34
sched/core: Remove the tsk_cpus_allowed() wrapper
by Ingo Molnar
· 8 years ago
59ddbcb
sched/core: Move the get_preempt_disable_ip() inline to sched/core.c
by Ingo Molnar
· 8 years ago
c930b2c
sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()
by Ingo Molnar
· 8 years ago
9ccd27c
sched/headers: Make all include/linux/sched/*.h headers build standalone
by Ingo Molnar
· 8 years ago
4977ab6
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8f03cf5
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
25c4e6c
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
e390f9a
objtool, modules: Discard objtool annotation sections for modules
by Josh Poimboeuf
· 8 years ago
6053dc9
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
b286ced
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
522214d
Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button count
by Benjamin Tissoires
· 8 years ago
044d5df
Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
544a068
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 8 years ago
545b282
Merge tag 'pwm/for-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 8 years ago
3437f9f
Merge tag 'drm-ast-2500-for-v4.11' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
f3ecc84
Merge tag 'drm-fixes-for-v4.11-rc1' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
Next »