summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
onvert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook 2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig 2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig 2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig 2018-03-27net: Drop pernet_operations::asyncKirill Tkhai 2018-03-26net: Use octal not symbolic permissionsJoe Perches 2018-03-22net: Convert can_pernet_opsKirill Tkhai 2018-03-05net: Convert cangw_pernet_opsKirill Tkhai 2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai 2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko 2018-01-26can: migrate documentation to restructured textRobert Schwebel 2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde 2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde 2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan 2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde 2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde 2017-12-04net: use rtnl_register_module where neededFlorian Westphal 2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde 2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde 2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King 2017-10-18net: can: Convert timers to use timer_setup()Kees Cook 2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal 2017-06-16networking: introduce and use skb_put_data()Johannes Berg 2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde