index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-05-09
8
-71
/
+93
|
\
|
*
[POWERPC] Don't use SLAB/SLUB for PTE pages
Hugh Dickins
2007-05-09
1
-18
/
+13
|
*
[POWERPC] Spufs support for 64K LS mappings on 4K kernels
Benjamin Herrenschmidt
2007-05-09
1
-1
/
+9
|
*
[POWERPC] Add ability to 4K kernel to hash in 64K pages
Benjamin Herrenschmidt
2007-05-09
2
-2
/
+11
|
*
[POWERPC] Introduce address space "slices"
Benjamin Herrenschmidt
2007-05-09
3
-49
/
+50
|
*
[POWERPC] swsusp: Introduce register_nosave_region_late
Johannes Berg
2007-05-09
1
-1
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-05-09
61
-63
/
+63
|
\
\
|
*
|
include files: convert "include" subdirectory to UTF-8
John Anthony Kazos Jr
2007-05-09
34
-34
/
+34
|
*
|
fix file specification in comments
Uwe Kleine-König
2007-05-09
10
-10
/
+10
|
*
|
Fix occurrences of "the the "
Michael Opdenacker
2007-05-09
7
-8
/
+8
|
*
|
Fix "deprecated" typoes.
Robert P. J. Day
2007-05-09
3
-4
/
+4
|
*
|
Fix misspellings collected by members of KJ list.
Robert P. J. Day
2007-05-09
7
-7
/
+7
|
|
/
*
|
Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32
Linus Torvalds
2007-05-09
2
-2
/
+4
|
\
\
|
*
|
[AVR32] Wire up sys_utimensat
Haavard Skinnemoen
2007-05-09
1
-1
/
+3
|
*
|
[AVR32] Fix section mismatch .taglist -> .init.text
Haavard Skinnemoen
2007-05-09
1
-1
/
+1
|
|
/
*
|
i386: msr.h: be paranoid about types and parentheses
H. Peter Anvin
2007-05-09
1
-27
/
+22
*
|
i386: remove unused rdtsc() macro
H. Peter Anvin
2007-05-09
2
-12
/
+0
*
|
md: improve partition detection in md array
NeilBrown
2007-05-09
1
-1
/
+0
*
|
fbdev: add support for AVR32
Haavard Skinnemoen
2007-05-09
1
-1
/
+1
*
|
svgalib: move fb_get_caps to svgalib
Antonino A. Daplas
2007-05-09
1
-0
/
+2
*
|
i386 mmzone: use __maybe_unused
David Rientjes
2007-05-09
1
-3
/
+3
*
|
sh: dma: use __maybe_unused
David Rientjes
2007-05-09
3
-3
/
+3
*
|
compiler: introduce __used and __maybe_unused
David Rientjes
2007-05-09
4
-6
/
+25
*
|
rename thread_info to stack
Roman Zippel
2007-05-09
7
-18
/
+18
*
|
wrap access to thread_info
Roman Zippel
2007-05-09
5
-5
/
+5
*
|
Allow arch to initialize arch field of the module structure
Roman Zippel
2007-05-09
1
-0
/
+3
*
|
clocksource: fix resume logic
Thomas Gleixner
2007-05-09
1
-0
/
+3
*
|
Move remote node draining out of slab allocators
Christoph Lameter
2007-05-09
2
-5
/
+4
*
|
vmstat: use our own timer events
Christoph Lameter
2007-05-09
1
-3
/
+0
*
|
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
1
-0
/
+12
*
|
fs: deprecate memclear_highpage_flush
Nate Diller
2007-05-09
1
-2
/
+1
*
|
fs: convert core functions to zero_user_page
Nate Diller
2007-05-09
1
-9
/
+19
*
|
FUTEX: new PRIVATE futexes
Eric Dumazet
2007-05-09
1
-3
/
+26
*
|
futex_requeue_pi optimization
Pierre Peiffer
2007-05-09
1
-1
/
+8
*
|
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
2007-05-09
1
-1
/
+3
*
|
declare struct ktime
Andrew Morton
2007-05-09
1
-2
/
+4
*
|
aio is unlikely
Andrew Morton
2007-05-09
1
-1
/
+2
*
|
RPC: add wrapper for svc_reserve to account for checksum
Jeff Layton
2007-05-09
1
-0
/
+19
*
|
knfsd: rename sk_defer_lock to sk_lock
NeilBrown
2007-05-09
1
-1
/
+2
*
|
remove nfs4_acl_add_ace()
Adrian Bunk
2007-05-09
1
-1
/
+0
*
|
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
2007-05-09
1
-0
/
+1
*
|
kthread: don't depend on work queues
Eric W. Biederman
2007-05-09
1
-0
/
+3
*
|
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
1
-9
/
+12
*
|
workqueue: kill NOAUTOREL works
Oleg Nesterov
2007-05-09
1
-55
/
+9
*
|
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
2007-05-09
1
-3
/
+10
*
|
workqueue: kill run_scheduled_work()
Oleg Nesterov
2007-05-09
1
-1
/
+0
*
|
Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE
Gautham R Shenoy
2007-05-09
1
-0
/
+2
*
|
Extend notifier_call_chain to count nr_calls made
Gautham R Shenoy
2007-05-09
1
-22
/
+30
*
|
relay: use plain timer instead of delayed work
Tom Zanussi
2007-05-09
1
-1
/
+2
*
|
kblockd: use flush_work
Andrew Morton
2007-05-09
1
-1
/
+1
[next]