index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-01
[PATCH] ufs: truncate should allocate block for last byte
Evgeniy Dushistov
7
-66
/
+205
2006-07-01
[PATCH] uml: rename and improve actually_do_remove()
Paolo 'Blaisorblade' Giarrusso
1
-16
/
+37
2006-07-01
[PATCH] uml: fix not_dead_yet when directory is in bad state
Paolo 'Blaisorblade' Giarrusso
1
-19
/
+29
2006-07-01
[PATCH] uml: make copy_*_user atomic
Paolo 'Blaisorblade' Giarrusso
2
-7
/
+28
2006-07-01
[PATCH] SMP alternatives: skip with UP kernels
Gerd Hoffmann
3
-0
/
+23
2006-07-01
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Bryan O'Sullivan
16
-357
/
+198
2006-07-01
[PATCH] IB/ipath: ignore receive queue size if SRQ is specified
Bryan O'Sullivan
1
-11
/
+16
2006-07-01
[PATCH] IB/ipath: remove some #if 0 code related to lockable memory
Bryan O'Sullivan
1
-11
/
+0
2006-07-01
[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...
Bryan O'Sullivan
4
-26
/
+60
2006-07-01
[PATCH] IB/ipath: read/write correct sizes through diag interface
Bryan O'Sullivan
1
-4
/
+5
2006-07-01
[PATCH] IB/ipath: support more models of InfiniPath hardware
Bryan O'Sullivan
4
-10
/
+38
2006-07-01
[PATCH] IB/ipath: drop the "stats" sysfs attribute group
Bryan O'Sullivan
1
-83
/
+0
2006-07-01
[PATCH] IB/ipath: purge sps_lid and sps_mlid arrays
Bryan O'Sullivan
6
-36
/
+11
2006-07-01
[PATCH] IB/ipath: rC receive interrupt performance changes
Bryan O'Sullivan
6
-269
/
+265
2006-07-01
[PATCH] IB/ipath: fixes to performance get counters for IB compliance
Bryan O'Sullivan
9
-27
/
+93
2006-07-01
[PATCH] IB/ipath: check for valid LID and multicast LIDs
Bryan O'Sullivan
1
-2
/
+2
2006-07-01
[PATCH] IB/ipath: removed redundant statements
Bryan O'Sullivan
3
-5
/
+0
2006-07-01
[PATCH] IB/ipath: don't confuse the max message size with the MTU
Bryan O'Sullivan
1
-1
/
+1
2006-07-01
[PATCH] IB/ipath: disallow send of invalid packet sizes over UD
Bryan O'Sullivan
1
-0
/
+5
2006-07-01
[PATCH] IB/ipath: fix lost interrupts on HT-400
Bryan O'Sullivan
2
-17
/
+36
2006-07-01
[PATCH] IB/ipath: fixed bug 9776 for real
Bryan O'Sullivan
2
-31
/
+42
2006-07-01
[PATCH] IB/ipath: reduce overhead on receive interrupts
Bryan O'Sullivan
4
-73
/
+105
2006-07-01
[PATCH] IB/ipath: memory management cleanups
Bryan O'Sullivan
6
-370
/
+279
2006-07-01
[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdata
Bryan O'Sullivan
2
-8
/
+3
2006-07-01
[PATCH] IB/ipath: use more appropriate gfp flags
Bryan O'Sullivan
1
-12
/
+14
2006-07-01
[PATCH] IB/ipath: enable freeze mode when shutting down device
Bryan O'Sullivan
1
-1
/
+1
2006-07-01
[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask pr...
Bryan O'Sullivan
1
-3
/
+20
2006-07-01
[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdata
Bryan O'Sullivan
2
-10
/
+2
2006-07-01
[PATCH] IB/ipath: enforce device resource limits
Bryan O'Sullivan
6
-33
/
+204
2006-07-01
[PATCH] IB/ipath: report correct device identification information in /sys
Bryan O'Sullivan
4
-22
/
+35
2006-07-01
[PATCH] IB/ipath: return an error for unknown multicast GID
Bryan O'Sullivan
1
-1
/
+1
2006-07-01
[PATCH] IB/ipath: fix some memory leaks on failure paths
Bryan O'Sullivan
2
-0
/
+3
2006-07-01
[PATCH] IB/ipath: don't allow resources to be created with illegal values
Bryan O'Sullivan
3
-0
/
+24
2006-07-01
[PATCH] IB/ipath: remove some duplicate code
Bryan O'Sullivan
1
-3
/
+0
2006-07-01
[PATCH] IB/ipath: update some comments and fix typos
Bryan O'Sullivan
2
-8
/
+3
2006-07-01
[PATCH] IB/ipath: allow diags on any unit
Bryan O'Sullivan
5
-87
/
+53
2006-07-01
[PATCH] IB/ipath: fix shared receive queues for RC
Bryan O'Sullivan
1
-142
/
+101
2006-07-01
[PATCH] IB/ipath: fix an indenting problem
Bryan O'Sullivan
1
-26
/
+26
2006-07-01
[PATCH] IB/ipath: share more common code between RC and UC protocols
Bryan O'Sullivan
6
-362
/
+270
2006-07-01
[PATCH] IB/ipath: update copyrights and other strings to reflect new company ...
Bryan O'Sullivan
36
-15
/
+49
2006-07-01
[PATCH] IB/ipath: name zero counter offsets so it's clear they aren't counters
Bryan O'Sullivan
3
-52
/
+52
2006-07-01
[PATCH] ACPI: fix not power-manageable device message
Jae-hyeon Park
1
-1
/
+1
2006-07-01
[PATCH] EDAC: fix module names quoted in sysfs
Doug Thompson
7
-11
/
+12
2006-07-01
[PATCH] IRQ: warning message cleanup
Bjorn Helgaas
1
-6
/
+7
2006-07-01
[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flags
Bjorn Helgaas
1
-1
/
+2
2006-07-01
[PATCH] pi-futex: futex_wake() lockup fix
Ingo Molnar
1
-2
/
+4
2006-07-01
[PATCH] pi-futex: fix mm_struct memory leak
Vernon Mauery
1
-1
/
+1
2006-06-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
6
-209
/
+99
2006-06-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
23
-65
/
+236
2006-06-30
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
2
-1
/
+2
[next]