index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_parport
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-27
ata: pata_parport: switch to dynamic root device
Johan Hovold
1
-14
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-07-16
ata: libata-eh: Simplify reset operation management
Damien Le Moal
1
-2
/
+2
2024-07-03
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
1
-1
/
+0
2024-02-06
ata: pata_parport: make pata_parport_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2023-10-10
ata: pata_parport: fit3: implement IDE command set registers
Ondrej Zary
1
-12
/
+2
2023-10-10
ata: pata_parport: add custom version of wait_after_reset
Ondrej Zary
1
-1
/
+67
2023-10-10
ata: pata_parport: implement set_devctl
Ondrej Zary
1
-0
/
+8
2023-10-10
ata: pata_parport: fix pata_parport_devchk
Ondrej Zary
1
-1
/
+1
2023-09-15
ata: pata_parport: Fix code style issues
Damien Le Moal
1
-5
/
+4
2023-07-17
ata: pata_parport: Add missing protocol modules description
Damien Le Moal
15
-1
/
+35
2023-05-16
ata: pata_parport: Fix on26 module code indentation and style
Damien Le Moal
1
-187
/
+207
2023-05-16
ata: pata_parport: Fix on20 module code indentation and style
Damien Le Moal
1
-63
/
+78
2023-05-16
ata: pata_parport: Fix ktti module code indentation and style
Damien Le Moal
1
-45
/
+40
2023-05-16
ata: pata_parport: Fix kbic module code indentation and style
Damien Le Moal
1
-152
/
+162
2023-05-16
ata: pata_parport: Fix friq module code indentation and style
Damien Le Moal
1
-142
/
+150
2023-05-16
ata: pata_parport: Fix fit3 module code indentation and style
Damien Le Moal
1
-102
/
+104
2023-05-16
ata: pata_parport: Fix fit2 module code indentation and style
Damien Le Moal
1
-67
/
+64
2023-05-16
ata: pata_parport: Fix epia module code indentation and style
Damien Le Moal
1
-206
/
+224
2023-05-16
ata: pata_parport: Fix epat module code indentation and style
Damien Le Moal
1
-140
/
+176
2023-05-16
ata: pata_parport: Fix dstr module code indentation and style
Damien Le Moal
1
-131
/
+154
2023-05-16
ata: pata_parport: Fix comm module code indentation and style
Damien Le Moal
1
-114
/
+120
2023-05-16
ata: pata_parport: Fix bpck6 module code indentation and style
Damien Le Moal
1
-32
/
+35
2023-05-16
ata: pata_parport: Fix aten module code indentation and style
Damien Le Moal
1
-50
/
+53
2023-05-16
ata: pata_parport: Fix frpw module code indentation and style
Damien Le Moal
1
-150
/
+164
2023-05-16
ata: pata_parport: Fix bpck module code indentation and style
Damien Le Moal
1
-200
/
+266
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-4
/
+2
2023-04-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-13
/
+17
2023-03-28
ata: pata_parport-bpck6: Declare mode_map as static
Damien Le Moal
1
-2
/
+2
2023-03-28
ata: pata_parport-bpck6: Remove dependency on 64BIT
Damien Le Moal
1
-1
/
+1
2023-03-24
scsi: ata: Declare SCSI host templates const
Bart Van Assche
1
-1
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-4
/
+2
2023-03-23
ata: pata_parport-bpck6: reduce indents in bpck6_open
Ondrej Zary
1
-19
/
+21
2023-03-23
ata: pata_parport-bpck6: delete ppc6lnx.c
Ondrej Zary
2
-18
/
+0
2023-03-23
ata: pata_parport-bpck6: move defines and mode_map to bpck6.c
Ondrej Zary
2
-54
/
+44
2023-03-23
ata: pata_parport-bpck6: move ppc6_wr_data_byte to bpck6.c and rename
Ondrej Zary
2
-41
/
+27
2023-03-23
ata: pata_parport-bpck6: move ppc6_rd_data_byte to bpck6.c and rename
Ondrej Zary
2
-63
/
+36
2023-03-23
ata: pata_parport-bpck6: move ppc6_send_cmd to bpck6.c and rename
Ondrej Zary
2
-44
/
+33
2023-03-23
ata: pata_parport-bpck6: move ppc6_deselect to bpck6.c and rename
Ondrej Zary
2
-21
/
+17
2023-03-23
ata: pata_parport-bpck6: merge ppc6_select into bpck6_open
Ondrej Zary
2
-76
/
+52
2023-03-23
ata: pata_parport-bpck6: move ppc6_open to bpck6.c and rename
Ondrej Zary
2
-30
/
+21
2023-03-23
ata: pata_parport-bpck6: move ppc6_wr_extout to bpck6.c and rename
Ondrej Zary
2
-12
/
+8
2023-03-23
ata: pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and rename
Ondrej Zary
2
-17
/
+13
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_block
Ondrej Zary
2
-92
/
+57
2023-03-23
ata: pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_block
Ondrej Zary
2
-92
/
+48
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_block
Ondrej Zary
2
-22
/
+9
2023-03-23
ata: pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_block
Ondrej Zary
2
-22
/
+9
2023-03-23
ata: pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regr
Ondrej Zary
2
-11
/
+4
[next]