index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsicam.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-01
cgroup: mark cgroup_get() with __maybe_unused
Tejun Heo
1
-1
/
+1
2017-05-01
Linux 4.11
v4.11
Linus Torvalds
1
-1
/
+1
2017-04-30
hwmon: (twl4030-madc) drop driver
Sebastian Reichel
3
-129
/
+0
2017-04-30
Prevent timer value 0 for MWAITX
Janakarajan Natarajan
1
-0
/
+7
2017-04-29
fix a braino in ITER_PIPE iov_iter_revert()
Al Viro
1
-1
/
+1
2017-04-29
libata: remove SCT WRITE SAME support
Christoph Hellwig
2
-108
/
+29
2017-04-29
libata: reject passthrough WRITE SAME requests
Christoph Hellwig
1
-0
/
+8
2017-04-29
cgroup: avoid attaching a cgroup root to two different superblocks, take 2
Zefan Li
3
-6
/
+20
2017-04-28
ACPI / PMIC: xpower: Fix power_table addresses
Hans de Goede
1
-25
/
+25
2017-04-28
ACPI / LPSS: Call pwm_add_table() for Bay Trail PWM device
Hans de Goede
1
-0
/
+17
2017-04-28
net: hso: register netdev later to avoid a race condition
Andreas Kemnade
1
-7
/
+7
2017-04-28
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-04-28
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
1
-7
/
+12
2017-04-28
bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal
Paolo Abeni
1
-1
/
+1
2017-04-28
ipv4: Don't pass IP fragments to upper layer GRO handlers.
Steffen Klassert
1
-0
/
+3
2017-04-28
ACPICA: Update version to 20170303
Bob Moore
1
-1
/
+1
2017-04-28
ACPICA: iasl: add ASL conversion tool
Bob Moore
17
-18
/
+490
2017-04-28
cpsw/netcp: refine cpts dependency
Arnd Bergmann
1
-1
/
+3
2017-04-28
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
Robert Lippert
1
-4
/
+4
2017-04-28
cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()
Tejun Heo
1
-6
/
+16
2017-04-28
clk: sunxi-ng: always select CCU_GATE
Arnd Bergmann
1
-1
/
+1
2017-04-28
tipc: close the connection if protocol messages contain errors
Parthasarathy Bhuvaragan
1
-0
/
+8
2017-04-28
tipc: improve error validations for sockets in CONNECTING state
Parthasarathy Bhuvaragan
1
-3
/
+22
2017-04-28
tipc: Fix missing connection request handling
Parthasarathy Bhuvaragan
1
-2
/
+1
2017-04-28
block: hide badblocks attribute by default
Dan Williams
1
-0
/
+11
2017-04-28
blk-mq: unify hctx delay_work and run_work
Jens Axboe
3
-17
/
+24
2017-04-28
block: add kblock_mod_delayed_work_on()
Jens Axboe
2
-0
/
+8
2017-04-28
blk-mq: unify hctx delayed_run_work and run_work
Jens Axboe
3
-24
/
+8
2017-04-28
nbd: fix use after free on module unload
Josef Bacik
1
-4
/
+4
2017-04-28
MAINTAINERS: bfq: Add Paolo as maintainer for the BFQ I/O scheduler
Ulf Hansson
1
-0
/
+8
2017-04-27
statx: correct error handling of NULL pathname
Michael Kerrisk (man-pages)
1
-2
/
+0
2017-04-27
blk-mq-sched: alloate reserved tags out of normal pool
Jens Axboe
1
-1
/
+5
2017-04-27
mtip32xx: use runtime tag to initialize command header
Ming Lei
1
-12
/
+24
2017-04-27
EDAC, ghes: Do not enable it by default
Borislav Petkov
1
-1
/
+0
2017-04-27
mailbox: handle empty message in tx_tick
Sudeep Holla
1
-1
/
+4
2017-04-27
mailbox: skip complete wait event if timer expired
Sudeep Holla
1
-3
/
+3
2017-04-27
mailbox: always wait in mbox_send_message for blocking Tx mode
Sudeep Holla
1
-1
/
+1
2017-04-27
xfrm: fix GRO for !CONFIG_NETFILTER
Sabrina Dubroca
1
-1
/
+1
2017-04-27
sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker
2
-13
/
+23
2017-04-27
nvme-scsi: remove nvme_trans_security_protocol
Christoph Hellwig
1
-13
/
+0
2017-04-27
uapi: change the type of struct statx_timestamp.tv_nsec to unsigned
Dmitry V. Levin
1
-6
/
+2
2017-04-27
ACPICA: Local cache support: Allow small cache objects
Bob Moore
1
-1
/
+1
2017-04-27
ACPICA: Disassembler: Do not unconditionally remove temporary names
David E. Box
1
-3
/
+4
2017-04-27
ACPICA: iasl: Fix IORT SMMU GSI disassembling
Lv Zheng
1
-0
/
+9
2017-04-27
ACPICA: Cleanup AML opcode definitions, no functional change
Bob Moore
24
-122
/
+114
2017-04-27
ACPICA: Debugger: Add interpreter blocking mark for single-step mode
Lv Zheng
1
-0
/
+3
2017-04-27
ACPICA: debugger: fix memory leak on Pathname
Colin Ian King
1
-0
/
+1
2017-04-27
ACPICA: Update for automatic repair code for objects returned by evaluate_object
Bob Moore
2
-18
/
+4
2017-04-27
ACPICA: Namespace: fix operand cache leak
Seunghun Han
1
-14
/
+9
2017-04-27
ACPICA: Fix several incorrect invocations of ACPICA return macro
Bob Moore
1
-4
/
+4
[next]