summaryrefslogtreecommitdiffstats
path: root/lib/crc-ccitt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-14dyndbg: no vpr-info on empty queriesJim Cromie1-2/+4
2021-10-14dyndbg: vpr-info on remove-module complete, not startingJim Cromie1-2/+2
2021-10-14device property: Add missed header in fwnode.hAndy Shevchenko1-0/+1
2021-10-14Documentation: dyndbg: Improve cli param examplesAndrew Halaney1-2/+5
2021-10-14dyndbg: Remove support for ddebug_query paramAndrew Halaney3-34/+2
2021-10-14dyndbg: make dyndbg a known cli paramAndrew Halaney1-0/+12
2021-10-13dyndbg: show module in vpr-info in dd-exec-queriesJim Cromie1-1/+1
2021-10-05fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()Luis Chamberlain1-2/+1
2021-10-05firmware_loader: add a sanity check for firmware_request_builtin()Luis Chamberlain1-0/+3
2021-10-05firmware_loader: split built-in firmware callLuis Chamberlain1-8/+21
2021-10-05firmware_loader: fix pre-allocated buf built-in firmware useLuis Chamberlain1-6/+7
2021-10-05ABI: sysfs-devices-system-cpu: use cpuX instead of cpu#Mauro Carvalho Chehab1-26/+26
2021-10-05ABI: sysfs-class-extcon: use uppercase X for wildcardsMauro Carvalho Chehab1-6/+6
2021-10-05ABI: sysfs-class-hwmon: add a description for tempY_crit_alarmMauro Carvalho Chehab1-0/+14
2021-10-05ABI: sysfs-class-hwmon: add ABI documentation for itMauro Carvalho Chehab3-554/+961
2021-10-05ABI: sysfs-mce: add 3 missing filesMauro Carvalho Chehab1-0/+22
2021-10-05ABI: sysfs-mce: add a new ABI fileMauro Carvalho Chehab3-54/+111
2021-10-05scripts: get_abi.pl: better generate regex from what fieldsMauro Carvalho Chehab1-2/+11
2021-10-05scripts: get_abi.pl: fix fallback rule for undefined symbolsMauro Carvalho Chehab1-1/+1
2021-10-05fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()Luis Chamberlain1-2/+1
2021-10-05drivers/base/component.c: remove superfluous header files from component.cMianhan Liu1-1/+0
2021-10-05drivers/base/arch_topology.c: remove superfluous headerMianhan Liu1-3/+0
2021-10-05PCI/sysfs: use NUMA_NO_NODE macroMax Gurtovoy1-2/+4
2021-10-05driver core: use NUMA_NO_NODE during device_initializeMax Gurtovoy1-1/+1
2021-10-05driver core: Fix possible memory leak in device_link_add()Yang Yingliang1-3/+1
2021-10-03Linux 5.15-rc4v5.15-rc4Linus Torvalds1-1/+1
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2021-10-03kvm: fix objtool relocation warningLinus Torvalds1-1/+0
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski1-1/+1
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
2021-10-02hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...Nadezda Lutovinova1-15/+11
2021-10-02hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-17/+11
2021-10-02hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-18/+11
2021-10-02hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-02hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman1-2/+8
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James1-12/+5
2021-10-01thermal: Update information in MAINTAINERSRafael J. Wysocki1-3/+5
2021-10-01io_uring: kill fasyncPavel Begunkov1-15/+2
2021-10-01sched: Always inline is_percpu_thread()Peter Zijlstra1-1/+1
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný1-1/+5
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu2-5/+33
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5