index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
kexec: support for kexec on panic using new system call
Vivek Goyal
1
-9
/
+37
2014-08-08
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
1
-3
/
+8
2014-08-08
kexec: load and relocate purgatory at kernel load time
Vivek Goyal
1
-1
/
+543
2014-08-08
kexec: implementation of new syscall kexec_file_load
Vivek Goyal
1
-5
/
+478
2014-08-08
kexec: new syscall kexec_file_load() declaration
Vivek Goyal
2
-0
/
+8
2014-08-08
resource: provide new functions to walk through resources
Vivek Goyal
1
-9
/
+92
2014-08-08
kexec: use common function for kimage_normal_alloc() and kimage_crash_alloc()
Vivek Goyal
1
-71
/
+34
2014-08-08
kexec: move segment verification code in a separate function
Vivek Goyal
1
-82
/
+100
2014-08-08
kexec: rename unusebale_pages to unusable_pages
Vivek Goyal
1
-3
/
+3
2014-08-08
bin2c: move bin2c in scripts/basic
Vivek Goyal
1
-1
/
+1
2014-08-08
shm: add memfd_create() syscall
David Herrmann
1
-0
/
+1
2014-08-08
mm: allow drivers to prevent new writable mappings
David Herrmann
1
-1
/
+1
2014-08-08
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
1
-13
/
+17
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
1
-0
/
+6
2014-08-08
panic: add TAINT_SOFTLOCKUP
Josh Hunt
2
-0
/
+2
2014-08-08
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
1
-2
/
+1
2014-08-08
kernel/fork.c: make mm_init_owner static
Vladimir Davydov
1
-7
/
+7
2014-08-08
fork: copy mm's vm usage counters under mmap_sem
Vladimir Davydov
1
-0
/
+5
2014-08-08
fork: reset mm->pinned_vm
Vladimir Davydov
1
-0
/
+1
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
1
-27
/
+20
2014-08-08
proc: constify seq_operations
Fabian Frederick
1
-3
/
+3
2014-08-08
kernel/exit.c: fix coding style warnings and errors
Ionut Alexa
1
-23
/
+26
2014-08-08
kernel/test_kprobes.c: use current logging functions
Fabian Frederick
1
-56
/
+31
2014-08-08
kernel/kallsyms.c: fix %pB when there's no symbol at the address
Namhyung Kim
1
-1
/
+1
2014-08-08
page-cgroup: get rid of NR_PCG_FLAGS
Vladimir Davydov
1
-2
/
+0
2014-08-08
mm: memcontrol: use page lists for uncharge batching
Johannes Weiner
1
-4
/
+0
2014-08-08
mm: memcontrol: rewrite charge API
Johannes Weiner
1
-7
/
+8
2014-08-08
kprobes: Skip kretprobe hit in NMI context to avoid deadlock
Masami Hiramatsu
1
-1
/
+12
2014-08-07
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
1
-12
/
+16
2014-08-07
death to mnt_pinned
Al Viro
1
-5
/
+19
2014-08-07
take fs_pin stuff to fs/*
Al Viro
1
-95
/
+32
2014-08-07
start carving bsd_acct_struct up
Al Viro
1
-19
/
+23
2014-08-07
acct: move mnt_pin() upwards.
Al Viro
1
-2
/
+1
2014-08-07
make acct_kill() wait for file closing.
Al Viro
1
-3
/
+17
2014-08-07
acct: get rid of acct_lock for acct->count
Al Viro
1
-33
/
+52
2014-08-07
acct: get rid of acct_list
Al Viro
1
-80
/
+55
2014-08-07
acct: simplify check_free_space()
Al Viro
1
-39
/
+11
2014-08-07
acct: new lifetime rules
Al Viro
1
-106
/
+114
2014-08-07
acct: serialize acct_on()
Al Viro
1
-0
/
+4
2014-08-07
acct() should honour the limits from the very beginning
Al Viro
1
-2
/
+2
2014-08-07
split the slow path in acct_process() off
Al Viro
1
-22
/
+28
2014-08-07
separate namespace-independent parts of filling acct_t
Al Viro
1
-47
/
+51
2014-08-07
acct: switch to __kernel_write()
Al Viro
1
-19
/
+12
2014-08-07
acct: encode_comp_t(0) is 0, fortunately...
Al Viro
1
-3
/
+0
2014-08-07
Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-next
Al Viro
23
-469
/
+708
2014-08-06
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
6
-69
/
+114
2014-08-06
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-222
/
+475
2014-08-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2014-08-06
kernel/printk/printk.c: fix bool assignements
Neil Zhang
1
-3
/
+3
2014-08-06
printk: enable interrupts before calling console_trylock_for_printk()
Jan Kara
1
-10
/
+21
[prev]
[next]