index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
nhpoly1305.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
auxdisplay: implement various hd44780_common_ functions
Lars Poeschel
6
-27
/
+249
2020-11-04
auxdisplay: Move init_display to hd44780_common
Lars Poeschel
6
-89
/
+110
2020-11-04
auxdisplay: Make use of enum for backlight on / off
Lars Poeschel
1
-3
/
+3
2020-11-04
auxdisplay: make charlcd_backlight visible to hd44780_common
Lars Poeschel
2
-1
/
+3
2020-11-04
auxdisplay: Move clear_display to hd44780_common
Lars Poeschel
6
-16
/
+37
2020-11-04
auxdisplay: add home to charlcd_ops
Lars Poeschel
6
-1
/
+18
2020-11-04
auxdisplay: provide hd44780_common_gotoxy
Lars Poeschel
6
-28
/
+43
2020-11-04
auxdisplay: hd44780_common_print
Lars Poeschel
5
-13
/
+44
2020-11-04
auxdisplay: Move addr out of charlcd_priv
Lars Poeschel
2
-36
/
+31
2020-11-04
auxdisplay: Move write_cmd pointers to hd44780 drivers
Lars Poeschel
5
-42
/
+38
2020-11-04
auxdisplay: Move write_data pointer to hd44780_common
Lars Poeschel
5
-20
/
+22
2020-11-04
auxdisplay: Move ifwidth to struct hd44780_common
Lars Poeschel
5
-8
/
+9
2020-11-04
auxdisplay: Move hwidth and bwidth to struct hd44780_common
Lars Poeschel
6
-55
/
+67
2020-11-04
auxdisplay: Introduce hd44780_common.[ch]
Lars Poeschel
6
-17
/
+91
2020-11-04
auxdisplay: Use an enum for charlcd backlight on/off ops
Lars Poeschel
4
-4
/
+9
2020-11-01
Linux 5.10-rc2
v5.10-rc2
Linus Torvalds
1
-1
/
+1
2020-10-31
KVM: vmx: remove unused variable
Paolo Bonzini
1
-2
/
+0
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
3
-5
/
+5
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
5
-0
/
+159
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
net/smc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-30
net/mlx5: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-30
mei: hw: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-10-30
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+3
2020-10-30
Bluetooth: btintel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
Takashi Iwai
1
-4
/
+4
2020-10-30
KVM: x86: replace static const variables with macros
Paolo Bonzini
3
-21
/
+21
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-30
KVM: arm64: Handle Asymmetric AArch32 systems
Qais Yousef
1
-0
/
+19
2020-10-30
blk-mq: mark flush request as IDLE in flush_end_io()
Ming Lei
1
-0
/
+1
2020-10-30
scripts: get_abi.pl: assume ReST format by default
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-30
docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplication
Mauro Carvalho Chehab
6
-159
/
+170
2020-10-30
docs: ABI: sysfs-class-backlight: unify ABI documentation
Mauro Carvalho Chehab
3
-46
/
+65
2020-10-30
docs: ABI: sysfs-c2port: remove a duplicated entry
Mauro Carvalho Chehab
1
-7
/
+0
2020-10-30
docs: ABI: sysfs-class-power: unify duplicated properties
Mauro Carvalho Chehab
1
-263
/
+223
2020-10-30
docs: ABI: unify /sys/class/leds/<led>/brightness documentation
Mauro Carvalho Chehab
2
-20
/
+28
2020-10-30
docs: ABI: stable: remove a duplicated documentation
Mauro Carvalho Chehab
1
-7
/
+0
2020-10-30
docs: ABI: change read/write attributes
Mauro Carvalho Chehab
10
-108
/
+109
2020-10-30
docs: ABI: cleanup several ABI documents
Mauro Carvalho Chehab
126
-771
/
+1327
2020-10-30
docs: ABI: sysfs-bus-nvdimm: use the right format for ABI
Mauro Carvalho Chehab
1
-0
/
+6
2020-10-30
docs: ABI: vdso: use the right format for ABI
Mauro Carvalho Chehab
1
-0
/
+6
2020-10-30
docs: ABI: fix syntax to be parsed using ReST notation
Mauro Carvalho Chehab
17
-161
/
+271
2020-10-30
docs: ABI: convert testing/configfs-acpi to ReST
Mauro Carvalho Chehab
1
-9
/
+25
2020-10-30
docs: Kconfig/Makefile: add a check for broken ABI files
Mauro Carvalho Chehab
4
-3
/
+28
2020-10-30
docs: abi-testing.rst: enable --rst-sources when building docs
Mauro Carvalho Chehab
1
-0
/
+1
2020-10-30
docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
Mauro Carvalho Chehab
3
-0
/
+4
2020-10-30
docs: ABI: create a 2-depth index for ABI
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-30
docs: ABI: make it parse ABI/stable as ReST-compatible files
Mauro Carvalho Chehab
2
-2
/
+7
[next]